.execute() method

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
calier
Posts: 13
Joined: January 18th, 2005, 1:45 pm

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 !
calier
Posts: 13
Joined: January 18th, 2005, 1:45 pm

allright .. i guess it's not possible then .... thanks anyway :)
Post Reply