赞
踩
1.新建start.txt文件,输入如下命令:
@echo off
if "%1" == "h" goto begin
mshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit
:begin
cd "C:\Users\kai\Desktop"
test.exe
注意:不要添加多余的指令运行123.exe,例如start cmd.exe /k "123.exe",进入对应的路径后直接运行程序即可。
修改start.txr为start.bat即可
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。