Does anyone know if there is a way to add an argument when launching a program from the .execute() method ? (WITHOUT using a batch file i see you coming)
here is what i have right now in my script :
var launch_Smedge = new File(smedgeFolder + "\\SmedgeGui.exe");
launch_Smedge.execute();
("smedgeFolder" is the path to my program)
I would basicaly launch this instead :
smedgeFolder + "\\SmedgeGui.exe -Master 010.1.6.233:6871"
Does anyone know where i can find a doc about the .execute() method ... because i had no luck on google ?
Thanks !
.execute() method
Moderator: Paul Tuersley