
November 21st, 2003, 11:10 PM
|
|
Junior Member
|
|
Join Date: Nov 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Run compiled exe with parameters
hello, I've built a VB6 app to track purchase orders. Every time a purchase order goes to the next step in the purchasing process, I send out emails to certain people. I'm using Outlook 2000/2002 and my company's Exchange server for email.
I wanted them to be able to click a link in the email, and have the program automatically open up and display their purchase order.
I've got the command function working, and everything works just fine, but I can't seem to make an html link that will accept the extra parameters!
For example, \\server\program.exe runs just fine, but if I try
\\server\program.exe -1234 I get an error saying file not found.
Does anyone know if html will do what I need?
if not, does anyone have any ideas on any alternatives? I have a few, but none as cool as clicking a link in email.
I'd be willing to explore the Outlook object model if that would help. Could I make an email with a button on it or something?
Thanks for any help or pushes in a new direction!
|