Question
Execute external application with arguments
Hi,
Using Extendscript, how do you execute an external executable with arguments?
var myFile = new File("Path to app/app.exe 'arg1' 'arg2'"):
myFile.execute();
It doesn't seem to be supported.
Thanx
tm