Hyperlink to file

  • Thread starter Thread starter tamarindm
  • Start date Start date
T

tamarindm

I need to create a hyperlink in Outlook to run a program with a command
line argument.

x:\data\test.exe 29

I tried <file://x:\data\test.exe>. This worked.

But <file://x:\data\test.exe 29> did not work, the error is file not
found. Is there any way to solve this ?
 
I need to create a hyperlink in Outlook to run a program with a
command line argument.

x:\data\test.exe 29

There's no way to pass an argument to an executable using a URL.
 
Back
Top