Send Params to Exe from HTML

I have a program that emails a notice to my boss that he then clicks a link and it calls a program here in the office. The problem is I don’t know the syntax for sending parameters in html.

The exe executes. All I need to know is the syntax for passing vars via an html link.

[FONT=monospace]<a href=“I:\Programs\Experiments\executeParameters.exe hi”>send hi to executeParameters.exe</a>[/FONT]

THANKS!!