如何在vbs中调用cmd,然后在cmd窗口内运行其他程序
4个回答
展开全部
用cmd打开记事本程序
Set ws = CreateObject("WScript.Shell")
ws.Run "cmd.exe /c notepad.exe"
Set ws = CreateObject("WScript.Shell")
ws.Run "cmd.exe /c notepad.exe"
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
Set oWsh = CreateObject("WScript.Shell")
oWsh.Run "cmd.exe"
oWsh.sendkeys"notepad.exe"
oWsh.sendkeys "{enter}"
oWsh.Run "cmd.exe"
oWsh.sendkeys"notepad.exe"
oWsh.sendkeys "{enter}"
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
shell(程序路径名称)
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
lidajiangzw - 六级 ——回答正解
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |