联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
@echo off tasklist | find "arp.exe" if errorlevel==0 echo The arp.exe is running. && goto :eof start "" "d:\arp\arp.exe"
Originally posted by lxmxn at 2006-10-17 00:03: @echo off tasklist | find "arp.exe" if errorlevel==0 echo The arp.exe is running. && goto :eof start "" "d:\arp\arp.exe" 此代码,无法实现,不管arp.exe 启动了没有都显示,The arp.exe is running。
@echo off tasklist | find "arp.exe" if errorlevel==0 echo The arp.exe is running. && goto :eof start "" "d:\arp\arp.exe" 此代码,无法实现,不管arp.exe 启动了没有都显示,The arp.exe is running。