<%
my_prog = Request("prog")
%>
<script language="VBScript">
<!--
function launch()
set shell = createObject("wscript.shell")
prog = "<%= my_prog %>"
shell.run (prog)
end function
//-->
</script>
<a href="VBScript:launch()">Launch application</a>