Hi All
I sit possible to attach a Javascript to a button that when executed will launch an exe. file (It's actually a WebIT application on a CD-ROM that I'm trying to launch.
Many thanks
John
Hi All
I sit possible to attach a Javascript to a button that when executed will launch an exe. file (It's actually a WebIT application on a CD-ROM that I'm trying to launch.
Many thanks
John
app.launchURL("file:///c|/temp/runexe.bat", false);
In the .bat file, you can use DOS commands to start other applications.
To do this you need to deploy the folder level script to the client machines that will use this feature, as well as create the bat file to launch you application.
Good Luck!