VBS执行DOS命令

日期:2012-09-06 21:42:15 人气:1

VBS执行DOS命令

去掉WScript.Quit 在最前面加个do,最后面加个loop do Set ws = CreateObject("WScript.Shell")host = WScript.FullName If LCase( right(host, len(host)-InStrRev(host,"\")) ) = "wscript.exe" Then ws.run "cscript ""&qu
    A+
热门评论