Board logo

标题: 启动程序能不能最小化运行,加了/min不行? [打印本页]

作者: 624378168     时间: 2010-11-8 21:19    标题: 启动程序能不能最小化运行,加了/min不行?
start "" "D:\Program Files\CaiHong\caihong.exe"
echo wscript.sleep 10000>%temp%\Sleep.Vbs
start /wait %temp%\Sleep.Vbs
start "" "D:\Program Files\Sina\SinaUC\SinaUC.exe"
echo wscript.sleep 10000>%temp%\Sleep.Vbs
start /wait %temp%\Sleep.Vbs
start "" "D:\Program Files\wangwang\AliIM.exe"
echo wscript.sleep 10000>%temp%\Sleep.Vbs
start /wait %temp%\Sleep.Vbs
start "" "D:\Program Files\wangwang\AliIM.exe"
echo wscript.sleep 10000>%temp%\Sleep.Vbs
start /wait %temp%\Sleep.Vbs
start "" "D:\Program Files\QQ\Bin\QQ.exe"
echo wscript.sleep 10000>%temp%\Sleep.Vbs
start /wait %temp%\Sleep.Vbs
start "" "D:\Program Files\QQ\Bin\QQ.exe"

作者: 624378168     时间: 2010-11-8 21:21    标题: 补充一下,是这个批处理能不能是最小化运行?
或者隐藏运行,我每次运行程序时,都要看到CMD的窗口,感觉不好。

作者: tongzj     时间: 2010-11-8 21:34
cmdow.exe 可以隐藏执行,很不错的,建议下载试试。

作者: 624378168     时间: 2010-11-8 21:46
不用cmdow.exe 或别的程序,只用批处理自身代码

启动程序能不能隐藏执行或最小化运行

作者: 624378168     时间: 2010-11-8 22:00
版主有在没?能不能帮助解决下?

作者: pdanniel66     时间: 2010-11-9 06:30