A web site is not going to be able to invoke executable code on a local
machine. (Imagine the security hole that would be, if just surfing the web
could run whatever code it wanted to on your computer!) What you will need
to do is create a client-side control (which must be approved by the user,
if they have at all reasonable security settings) that will invoke this
script - either ActiveX or embedded WinForms.