スクリプトファイルには、以下を記述します。
// WSH Shellオブジェクトの作成 WshShell = new ActiveXObject("WScript.Shell"); // メモ帳を起動 WshShell.Run("notepad");