VB cmd运行问题

来源:百度知道 编辑:UC知道 时间:2024/05/15 06:32:37
Shell "c:\windows\system32\cmd.exe /c ,text5.text"

谁能帮忙修正一下 就是我想用cmd 模式 运行text5.text
比如 text5.text 的值是F:\CrossFire\QQLogin.exe

text5.text 不能用引号引起来`引起来就是一个固定值了
所以应该为
Shell "c:\windows\system32\cmd.exe /c ," & text5.text

VB cmd运行问题
悬赏分:0 - 离问题结束还有 14 天 23 小时
Shell "c:\windows\system32\cmd.exe /c ," & text5.text