01-19-2008, 12:38 AM
i am sorry, but i can't get the expected result.
from ff i pass this to my exe:
var args = [site,url,user,password];
//alert (args);
process.run(false, args, args.length);
i get _command as expected in qm output.
is there no simple way to get the commandline parameters
into qm variables ?
site
url
user
password
from ff i pass this to my exe:
var args = [site,url,user,password];
//alert (args);
process.run(false, args, args.length);
i get _command as expected in qm output.
is there no simple way to get the commandline parameters
into qm variables ?
site
url
user
password
