Help!Run Application with arguments/parameters
Posted: Thu Jan 14, 2016 11:23 am
Has anyone here already tried to run an application (.exe file) with parameters/arguments? This is an example when doing it on windows, on cmd, C:\Program Files (x86)\MyAppication\mainapp.exe -u=admin -p=admin. We want to do this via url. We found this tutorial http://www.terminalserviceplus.com/docs ... rl-address. And tried to navigate to http://sample.ourcompany.com/software/h ... xe-u=admin -p=admin&startupdir=c:\\\\windows\\\\system32¶ms=. But this does not do anything. Please help