Dim WshShell
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run "%comspec% /c d:\mybatch.bat", 0, True
Set WshShell = Nothing
Quote:
> Hello! I know this is a basic question, but i'm new to the language, so
> please excuse me...how does one call a batch file using VBScript? I would
> appreciate the help immensely. thank you!