Friday, July 3, 2015

Launch Application exe with Javascript.

Sample code to launch the application exe from the Javascript.

Code:

     var ws = new ActiveXObject("WScript.Shell");

     ws.Exec("C:\\TestApp.exe");

No comments:

Post a Comment