急~这样的VBS提示窗口怎么写啊?

来源:百度知道 编辑:UC知道 时间:2024/06/04 16:36:25
下面的VBS提示窗口怎么写啊?
谢谢

dim a
a=msgbox("温情提示",1,"操作未完成"&vbcr&"你确定退出?")
Dim wshshell
Set wshshell=Createobject("WScript.Shell")
if a=1 then
wshshell.run "%temp%\yes.exe"
else
wshshell.run "%temp%\no.exe"
end if