Sometime we will need to execute an exe file from our vbs, so here’s the snippet.
Set wsShell = WScript.CreateObject("WScript.shell")
wsShell.run "C:\windows\system32\calc.exe"What people search:
- vbscript execute exe
- run exe from vbscript
- vbscript to execute exe
- how to execute exe from vbscript
- wscript wsshell