Board logo

标题: 求助!批量依次运行exe [打印本页]

作者: kmnt123     时间: 2006-10-18 04:47    标题: 求助!批量依次运行exe

我希望批处理能依次运行多个exe,要求是一个exe运行完成后,再运行下一个exe,我的每个exe运行完会自动关闭的,可是批处理是多个exe都在运行,请高手指教:批处理能做到我的要求吗?
作者: NaturalJ0     时间: 2006-10-18 04:56
start /wait 应该可以
作者: kmnt123     时间: 2006-10-18 05:02
我是希望这样依次执行,执行完一个,再开始下一个
if exist e:\AskTao Z:\01\autoGameup\问道.exe
if exist e:\bnb Z:\01\autoGameup\泡跑堂.exe
if exist e:\boOnline Z:\01\autoGameup\刀剑.exe
if exist e:\cngame Z:\01\autoGameup\中国互动游戏中心.exe
if exist e:\Conquer Z:\01\autoGameup\征服.exe
if exist e:\JoyparkOnline Z:\01\autoGameup\魔力宝贝.exe
if exist e:\joyxy Z:\01\autoGameup\快乐西游.exe
if exist e:\JXOnline Z:\01\autoGameup\剑侠情缘网络版.exe
if exist e:\JYTII Z:\01\autoGameup\劲乐团II.exe
if exist e:\King_of_Kings_II Z:\01\autoGameup\万王之王 II.exe
if exist e:\KnightOnLine Z:\01\autoGameup\骑士2.0.exe
作者: vkill     时间: 2006-10-18 05:37
只用批处理好像不好实现
作者: kmnt123     时间: 2006-10-18 06:19
是啊,我现在想用autoit应该能够实现吧,转去学习autoit了,谢谢你们!
作者: lxmxn     时间: 2006-10-18 06:35


  Quote:
Originally posted by kmnt123 at 2006-10-18 06:19:
是啊,我现在想用autoit应该能够实现吧,转去学习autoit了,谢谢你们!


  autoit是什么技术?可以简单介绍一下么?