<script>
var WshShell = new ActiveXObject("WScript.Shell");
var oExec = WshShell.Exec("notepad");
</script>