rt
It is to detect whether a specific known process exists in the current system operation.
Thank you!
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 ]
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 ]
