![]() |
#2
天真2010-03-29 18:47
|
tasklist>1.txt & type 1.txt|find "爱死你.exe">2.txt
type 2.txt|if exist "爱死你.exe" echo OK
pause
说明:进程里有开一个叫“爱死你.exe”的文件
为什么总是提示是“此时不应有echo” ?