thaicosmic.com

หนัง

วันพฤหัสบดีที่ 23 มกราคม พ.ศ. 2557

run notepad from internet explorer

 function RunFile() {
        WshShell = new ActiveXObject("WScript.Shell");
        WshShell.Run("c:/windows/system32/notepad.exe", 1, false);
  }