[win32]
Hi,
how can I run any executable with an additional commandline parameter using XPCOM? Is there any build in method? I want to start an application and pass an argument. Something like
SERVICE.run("notepad.exe","c:\\temp\\computer.txt");
Thanks Daniel _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
see nsIProcess:
http://lxr.mozilla.org/mozilla/search?string=nsIProcess
-darin _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
