─────────────────── Moderation Record ────────────────────
Performed by: bjsh
Title: Please teach me how to write this batch script??
Description: The title is too vague, which is not convenient for forum search and management. Please modify the title within three days, otherwise 2 points of points will be deducted
Reference: http://www.cn-dos.net/forum/viewthread.php?tid=7326&fpage=1
http://www.cn-dos.net/forum/viewthread.php?tid=1415
─────────────────── Moderation Record ────────────────────
Check if there is a QQ.EXE process in the computer. If there is, automatically end it
I wrote it like this, but it doesn't work. Please ask experts for guidance
@echo off
tasklist > a.txt
type a.txt | find "QQ.EXE" && taskkill /im "QQ.EXE"
pause
exit
[ Last edited by lxmxn on 2008-2-26 at 01:27 AM ]
Recent Ratings for This Post
( 1 in total)
Click for details
| Rater | Score | Time |
|---|---|---|
| lxmxn | -2 | 2008-02-26 01:26 |

