Forum Discussion

Feroz's avatar
Feroz
Occasional Contributor
7 years ago
Solved

How can i add a batch file using java script to the script routines.

Hi, I am trying to add a batch file (located in my local) to my scripts that are developed using java script. Could you please help me with the code to add a batch file. I know from the Tested Apps...
  • tristaanogre's avatar
    7 years ago

    Consider using the WshShell object and then either the "Run" or "Exec" method to execute your batch file.