风云小站|Connecting Lives With Infinite New Discoveries » 求助专区 » 懂批处理的朋友进来帮个忙?

懂批处理的朋友进来帮个忙?

水蜜桃 风云元老
#1 2007-07-19 20:24
私信 引用 编辑

每句前面加上个 start

@echo off
start  D:\应用软件\千千静听\TTPlayer.exe
start D:\应用软件\小说下载阅读器\Book.exe
start  D:\应用软件\RdfSnap\RdfSnap.exe
binixingfu 新手上路
#3 2007-07-20 08:06
私信 引用 编辑

Quote:
引用第2楼heroyb于2007-07-19 20:26发表的  :
使用start应该就可以了。
想延时的话一般用ping命令。

谢谢你已经学会了,呵呵祝好运
binixingfu 新手上路
#4 2007-07-20 08:08
私信 引用 编辑

Quote:
引用第1楼水蜜桃于2007-07-19 20:24发表的  :
每句前面加上个 start

@echo off
start  D:应用软件千千静听TTPlayer.exe
start D:应用软件小说下载阅读器Book.exe
.......

谢谢已经按照你给的方法成功运行