set WshShell = WScript.CreateObject("WScript.Shell") WshShell.run """D:\Production record\rizhi\rizhi 还原.bat""" Wscript.sleep 300 WshShell.run """D:\Production record\jb\h1.bat""" Wscript.sleep 300 WshShell.SendKeys ("{f5}") msgbox"还原完成!",vbexclamation+vbdefaultbutton2,"" 复制代码
set WshShell = WScript.CreateObject("WScript.Shell") WshShell.run """D:\Production record\rizhi\rizhi 还原.bat""" Wscript.sleep 300 WshShell.run """D:\Production record\jb\h1.bat""" Wscript.sleep 300 WshShell.SendKeys ("{f5}") msgbox"还原完成!",vbexclamation+vbdefaultbutton2,""