Dim Wsh
Set Wsh = WScript.CreateObject("WScript.Shell")
WScript.Sleep(2000)
Wsh.Run "shutdown -r -t 60 -c "DCOM Server Process Launcher service terminated unexpectedly, Windows must restart immediately"",false,false
Set Wsh=NoThing
WScript.quitHow should the quotes on line 4 be matched so this VBS can execute correctly?
