Search found 1 match

by sudarson
03 Sep 2011 11:31
Forum: Scripts
Topic: Running a program
Replies: 1
Views: 7804

Running a program

Can I run external file from the script file?
e.g I want to run javac and java from a script file where the file will be current document .java file. Is it possible.
N.B. I have tried WScript.CreateObject("WScript.Shell"), but it is not working.