set ws=createobject("wscript.shell") a=msgbox("数据备份预计需要10秒"&chr(10)&"中途请勿操作!"&chr(10)&"现在开始,确定吗?",33,"数据备份") if a=1 then ws.run """D:\Production record\jb\bf2.vbs""" end if 复制代码
set ws=createobject("wscript.shell") a=msgbox("数据备份预计需要10秒"&chr(10)&"中途请勿操作!"&chr(10)&"现在开始,确定吗?",33,"数据备份") if a=1 then ws.run """D:\Production record\jb\bf2.vbs""" end if