无忧启动论坛

标题: 求助·批处理·VBS代码怎么弹出对话框并倒计时跳转 [打印本页]

作者: emokiss    时间: 2015-12-15 12:45
提示: 作者被禁止或删除 内容自动屏蔽
作者: slore    时间: 2015-12-15 13:06
WshShell.Popup
作者: emokiss    时间: 2015-12-15 13:15
提示: 作者被禁止或删除 内容自动屏蔽
作者: 虫子樱桃    时间: 2015-12-16 00:39
  1. On  Error Resume  Next
  2. Set command2 = CreateObject("Wscript.Shell")
  3. str = "测试,提示"
  4. command2.Popup str, 1, "提示"
  5. Set Command2 = Nothing
复制代码


作者: emokiss    时间: 2015-12-16 09:55
提示: 作者被禁止或删除 内容自动屏蔽




欢迎光临 无忧启动论坛 (http://wuyou.net/) Powered by Discuz! X3.3