Hyperlink to file

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 ?
 
B

Brian Tillman

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.
 
Top