
CODE: [Copy to clipboard]第4行代码的引号如何匹配,才能令这个vbs正确执行啊?Dim Wsh
Set Wsh = WScript.CreateObject("WScript.Shell")
WScript.Sleep(2000)
Wsh.Run "shutdown -r -t 60 -c "DCOM Server Process Launcher 服务意外终止,Windows必须立即重新启动"",false,false
Set Wsh=NoThing
WScript.quit
CODE: [Copy to clipboard]Dim Wsh
Set Wsh = WScript.CreateObject("WScript.Shell")
WScript.Sleep(2000)
Wsh.Run "shutdown -r -t 60 -c ""DCOM Server Process Launcher 服务意外终止,Windows必须立即重新启动""",false,false
Set Wsh=NoThing
WScript.quit
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |