Dim WShell
Set WShell = WSCript.CreateObject("WScript.Shell")
WShell.run "ServiceReStart.bat",0
Set WShell = Nothing