D
doa
Guest
Are you on windows? If yes you can use "System.Diagnostics.Process:START(cCommandLine,cParamList)." The first param is the full path to the exe the second param are the parameters OS-COMMAND just wraps the console of the host OS, and cmd in windows is very picky in terms of parameter format and also some paths (UNC paths don't work for example)
Continue reading...
Continue reading...