VBS Utility

 

 

I put this part that is not specifically about Quality Center but could be useful.

The concept, I think very powerful, is that you could write code for a lot of needs using an empty text file. The execution is done without compile actions because it is interpretated.

These are the easy way to create a vbs file:

  • create a text file with the right button of the mouse
  • rename the file extension from .txt to .vbs

Now everything you wrote into the file will run with a double click on it.

 

 

 

Sample Code List