Board index » jscript
All times are UTC
Is there anyway to (call) and run a EXE file from an HTML page using JScript?
Not too sure about JScript, but VBScript:
<script language="VBScript">
Set WshShell = CreateObject("WScript.Shell") WshShell.Run ("C:\\WINDOWS\\Notepad.exe")
</script>
1. open/run an EXE file from JavaScript/HTML
2. Running a EXE file with VB Script
3. To run a .exe file
4. Running an EXE file from an HTML page
5. Running a EXE file with VB Script
6. Run any EXE File with VBscript
7. How to run a exe file in IE
8. Running an EXE file
9. create directory, copy files, run exe files
10. Running cscript.exe and wscript.exe from the floppy drive
11. run exe file
12. Running exe files from ASP