Help!Run Application with arguments/parameters
Help!Run Application with arguments/parameters
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
Re: Help!Run Application with arguments/parameters
Hello,
just focus your attention at ¶meter=
I think, so it should be more correct
just focus your attention at ¶meter=
I think, so it should be more correct
Code: Select all
http://sample.ourcompany.com/software/html5.html?user=user1&pwd=pass1&program=d:\\\\MyApplication\\\\mainapp.exe&startupdir=c:\\\\windows\\\\system32¶ms=-u=admin -p=admin
TSplus HTML5 and Java web engineer