HELP: Running an exe file with parameters ???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all,

From an HTML page, I need to run an executable file with command line
parameters.

For that I have created an hyper link to a selected text in order to make
that link to a file.
In hyperlink configuration dialog in URL field I add following entry :

Update/Update.exe

This works well if I run it like this.

What I woul like to do next is to create the same link but I need to give
command line parameter to the exe file as follow:

Update/Update.exe /v"DEVMODE=Yes"

Not that the all command line should be pass in the exact syntax above with
"" included..

How can I do that

thnaks for your prompt reply
regards
serge calderara
 
You will need an ActiveX control for this.
Look at IntraLaunch or similar.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Back
Top