-
A question about WScript.shell
I need to run an executable file located on server from client using WScript.shell Activexobject. How Can I do that?
var shell = new ActiveXObject("WScript.shell");
var oExec = shell.Exec('file:///C:/TZTwain/TZTwain.exe');
The above code throws 'the file specified not found' exception.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks