To All
I wish to create a local URL that will launch from an HTML e-mail like Outlook or from a document in Word .. I am testing this on my local machine in Word .. I want to add a /parameter to the end of the command line so I can trap it with the PARAMETERS statement.
PARAMETERS xTEXT line in my code .. unfortunately I can not find the correct syntax to to this ..
This works on my local drive to start the program ...
File:\\c:\fox\doi\leavtrav\leavew32.exe <-- this works
How can I add a /parameter to the end of the above File:\\URL and have it be a part of the command line
File:\\c:\fox\doi\leavtrav\leavew32.exe /projectid=12345
The above line only launches the program and does not pass the /project=12345 ..
What am I missing ??? quotations ??
Thanks
Rick Lipkin