Dim oShell Set oShell = WScript.CreateObject ("WScript.Shell") oShell.run "my-batch-file.bat", 0, False Set oShell = Nothing