怎么在VBS脚本中运行多个程序,但是在窗口里选择运行其中一个或者多个程序
1个回答
展开全部
dim a
set ms=createobject("wscript.shell")
a=inputbox("a = 记事本"+chr(13)+"b = 命令行提示符","请输入","a")
if a="a" then
ms.run "notepad.exe"
else if a="b" then
ms.run "cmd.exe"
end if
end if
更多追问追答
追问
能教我具体怎么用以及出来的效果如何吗,我会采纳的,并且检查一下,谢谢
追答
可以,怎么教???
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询