Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to execute a batch file from IE...
Message
General information
Forum:
Internet
Category:
HTML
Miscellaneous
Thread ID:
00844570
Message ID:
00844845
Views:
23
This message has been marked as the solution to the initial question of the thread.
Hi,

>
I have a static .html page on my local machine and I like to have a link that executes a Batch File.
>

With IE you should be able to use VBscript (or JScript) and Windows scripting. Something like:
<script language="vbscript" >
Dim oShell
Set oShell = CreateObject("WScript.Shell")
oShell.Run("mycommand")
</script>
You may need to loosen up the security settings in IE to allow this..
HTH,
Viv
Previous
Reply
Map
View

Click here to load this message in the networking platform