Dim WshShell Set WshShell = CreateObject("Wscript.Shell") WshShell.Run "cmd /c C:\Scripts\TCSE-Login.bat", 0, False Set WshShell = Nothing