Help!Run Application with arguments/parameters

Get help with troubleshooting issues
Post Reply
cbuser
Posts: 1
Joined: Thu Jan 14, 2016 11:16 am

Help!Run Application with arguments/parameters

Post by cbuser » 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&params=. But this does not do anything. Please help

juwagn
Site Admin
Posts: 239
Joined: Wed Oct 15, 2014 8:25 pm

Re: Help!Run Application with arguments/parameters

Post by juwagn » Thu Jan 14, 2016 1:42 pm

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
TSplus HTML5 and Java web engineer

Post Reply