Sample code to launch the application exe from the Javascript.
Code:
var ws = new ActiveXObject("WScript.Shell");
ws.Exec("C:\\TestApp.exe");
Code:
var ws = new ActiveXObject("WScript.Shell");
ws.Exec("C:\\TestApp.exe");
Sample codes to learn the Visual Studio .Net coding. Learn to write programs in C#, VB.Net, ASP.Net & Javascript