Programming

(Javascript) shell run

steloflute 2012. 5. 28. 11:12

var objShell = new ActiveXObject("WScript.Shell");
function startApp(strCommandLine)
{
    objShell.Run(strCommandLine);
}

 

 

'Programming' 카테고리의 다른 글

PyPy  (0) 2012.05.28
On Go: oh, go on  (0) 2012.05.28
perl로 web page get  (0) 2012.05.28
Why I don't want to use Go  (0) 2012.05.28
(JSP) 서버관련 정보 가져오기  (0) 2012.05.28