Solved
Forum Discussion
2 Replies
- tristaanogreEsteemed Contributor
Consider using the WshShell object and then either the "Run" or "Exec" method to execute your batch file.
- FerozOccasional Contributor
Thanks Martin. It worked!
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 we can add a batch file. But, i wanted to use Java script code only.
Thanks in Advance
Regards,
Feroz
Consider using the WshShell object and then either the "Run" or "Exec" method to execute your batch file.
Consider using the WshShell object and then either the "Run" or "Exec" method to execute your batch file.
Thanks Martin. It worked!