标题:
在批处理中怎样判断 exe执行完成
[打印本页]
作者:
dahuang123456
时间:
2007-5-31 15:42
标题:
在批处理中怎样判断 exe执行完成
如何在批处理中按顺序执行多个exe文件,中间不用pause,exe文件不能同时运行,请高手指点!谢谢!
─────────────────── 版务记录 ────────────────────
执行人:lxmxn
原标题:请高手帮忙!!!!!!!!!!!
说明:
因标题表述过于模糊,不便于论坛的搜索和管理,请在三日内修改标题。
提示:修改标题请在当前帖的右下脚点
编辑
,修改完毕之后按
编辑帖子
即可。
处罚:因属论坛新人,暂时不予处罚;若三日之后尚未修改标题,将扣除2点积分,
以示惩罚,并由版主强制修改标题。请点击
这里
阅读论坛发帖规定或者查看
提问的智慧
,以避免在今后的讨论中违规发帖。
─────────────────── 版务记录 ────────────────────
[
Last edited by dahuang123456 on 2007-6-1 at 03:13 PM
]
作者:
fengzi
时间:
2007-5-31 15:47
不懂你的意思
作者:
dahuang123456
时间:
2007-5-31 15:50
标题:
或者说怎样判断 exe执行完成。
或者说怎样判断 exe执行完成。
作者:
dahuang123456
时间:
2007-5-31 15:52
echo@开始安装。。。。。。
start 4.exe /passive /norestart
echo.&pause
start 5.exe /passive /norestart
echo.&pause
start 6.exe /passive /norestart
echo.&pause
start 7.exe /passive /norestart
echo.&pause
start 8.exe /passive /norestart
echo.&pause
start 9.exe /passive /norestart
echo.&pause
start 1.exe /passive /norestart
echo.&pause
start 2.exe /passive /norestart
echo@安装完成!!!!!!!!!!!
作者:
dahuang123456
时间:
2007-5-31 15:54
大疯子哥!帮个忙先,谢谢了!!
作者:
hngaoshou
时间:
2007-5-31 17:24
start /w 1.exe
start /w 2.exe
start /w 3.exe
start /w 4.exe
start /w 5.exe
作者:
dahuang123456
时间:
2007-6-1 15:12
thanks
作者:
NaturalJ0
时间:
2007-6-1 16:17
不用 start 就行了
比如这样
notepad
notepad
作者:
zqdarkday
时间:
2007-6-1 19:44
用start /wait 这个命令应该可以吧
作者:
dahuang123456
时间:
2007-6-4 15:15
8楼的,能详细点吗? 我很菜的
作者:
zasxcdfv
时间:
2007-6-8 14:27
start /w应该可以吧。
作者:
bjsh
时间:
2007-6-8 16:20
call 也可以
作者:
dahuang123456
时间:
2007-6-11 21:52
call 要加参数吗
作者:
bjsh
时间:
2007-6-12 01:30
call 1.exe
call 2.exe
call 3.exe
等同于
1.exe
2.exe
3.exe
都是 执行完1.exe后再执行2.exe再执行3.exe
start 1.exe
start 2.exe
start 3.exe
是 执行1.exe 不等其完成就 执行 2.exe 依此类推
作者:
dahuang123456
时间:
2007-7-6 09:38
方法真多啊!!
看来我要多多学习了
感谢版主,谢谢各位了!!!!!!
作者:
luowei14
时间:
2007-7-6 17:32
晕...我还以为是什么了...标题真的挺模糊..应该给予扣分拉..
作者:
bugaoxing
时间:
2007-7-6 18:22
人家文字表达能力差也有罪?
欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/)
Powered by Discuz! 2.5