I have a small executable that I want to run via a link in outlook.
The problem is that I want to pass a parameter as well at the end.

i.e.
c:\testfile.exe 12345

If I run this via the command line everything works fine.

But if you copy the line and send it via outlook then it doesn't take the parameter.

I have tried "quotes" and adding file:// at the beginning and all combinations of both but nothing seams to work.

What do I need to type into the e-mail to get it to work.