rt
就是通过检测看特定已知进程是否存在当前系统运行。
谢谢!
tasklist /nh>d:\tddown~1\1.txt
find /i "QQ.exe" d:\tddown~1\1.txt
if errorlvevl 1 (echo qq.exe不存在>>d:\tddown~1\1.txt) else (echo qq.ex存在>>d:\tddown~1\1.txt)
在执行完find句总是提示“
此时不应有 1。”
Last edited by zuimeng on 2008-2-29 at 09:59 AM ]
rt
It is to detect whether a specific known process exists in the current system operation.
Thank you!
tasklist /nh>d:\tddown~1\1.txt
find /i "QQ.exe" d:\tddown~1\1.txt
if errorlevel 1 (echo qq.exe does not exist>>d:\tddown~1\1.txt) else (echo qq.exe exists>>d:\tddown~1\1.txt)
After executing the find sentence, it always prompts "
There should not be 1 at this time."
Last edited by zuimeng on 2008-2-29 at 09:59 AM ]