Page 1 of 1

Help!Run Application with arguments/parameters

Posted: Thu Jan 14, 2016 11:23 am
by cbuser
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&params=. But this does not do anything. Please help

Re: Help!Run Application with arguments/parameters

Posted: Thu Jan 14, 2016 1:42 pm
by juwagn
Hello,

just focus your attention at &parameter=
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&params=-u=admin -p=admin