
Run a batch file within a VBS???
Any bat and exe can be run from WSH:
Download the documentation.
WSH Documentation
http://msdn.microsoft.com/scripting/windowshost/wshdoc.exe
VBScript Documentation
http://msdn.microsoft.com/scripting/vbscript/download/vbsdoc.exe
See the the WScript.Shell Run method
Regards,
Torgeir
Quote:
> How do I run a batch command (*.bat) within a vbs file?
> Is it possible to run ANY executable (.exe) within a .vbs file?
> thanks.