中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-08-02 09:11
48,037 topics / 350,122 posts / today 0 new / 48,250 members
DOS批处理 & 脚本技术(批处理室) » [Help] Please find a super powerful batch script to end processes
Printable Version  2,025 / 14
Floor1 wydos Posted 2006-10-26 05:17
中级用户 Posts 117 Credits 304
Looking for a super powerful process ending tool. The Super Star 3.8 process is very annoying. Using taskkill /im ssreader.exe doesn't completely end it. Although the command shows it has ended successfully, ssreader.exe is still in the process. The Super Star 3.8 is too annoying. Usually, manually closing Super Star 3.8 seems to close it, but ssreader.exe is still in the process.

Note: ssreader.exe is Super Star 3.8
Floor2 tianzizhi Posted 2006-10-26 05:32
高级用户 Posts 214 Credits 623
The poster didn't use taskkill well and lacked effective parameters. Application: taskkill /im ssreader.exe /t /f is okay. /t is to terminate the specified process and the child processes started by it, /f is to forcefully terminate the process. If this still doesn't work, then use the super - strong process ending command, ntsd. It can easily end any process except three system core processes. The command is: ntsd -c q -pn ssreader.exe
Floor3 vlq5299 Posted 2006-10-26 08:03
初级用户 Posts 59 Credits 136
Floor4 lxmxn Posted 2006-10-26 09:27
版主 Posts 4,938 Credits 11,386

  Got it...
Floor5 wydos Posted 2006-10-26 10:32
中级用户 Posts 117 Credits 304
tianzizhi Thanks!
The test of taskkill /im ssreader.exe /t /f was successful.
But strangely, using taskkill /f /im /t ssreader.exe doesn't work.
Floor6 3742668 Posted 2006-10-26 10:57
荣誉版主 Posts 718 Credits 2,013
The `im` parameter is used to specify the process name, and the necessary parameter format still needs to be followed.
Floor7 lxmxn Posted 2006-10-26 11:02
版主 Posts 4,938 Credits 11,386
Originally posted by wydos at 2006-10-26 10:32:
tianzizhi Thanks!!!!

The test of taskkill /im ssreader.exe /t /f was successful.
But strangely, it doesn't work when I use taskkill /f /im /t ssreader.exe.


  Changing "taskkill /f /im /t ssreader.exe" to "taskkill /f /t /im ssread.exe" should work.
Floor8 wtp791211 Posted 2006-10-27 05:19
初级用户 Posts 20 Credits 34
I used this
ntsd -c q -pn ssreader.exe and got an error "dbgeng.dll not found......" How should I use this? I don't understand very much, sorry :)
Floor9 tianzizhi Posted 2006-10-27 06:53
高级用户 Posts 214 Credits 623
What operating system are you using? My machine is 2003 and this command works fine. I tried it on XP and it also worked fine. If it doesn't work for you, maybe it's an issue with your system. Both 2003 and XP have the dbgeng.dll file. You might have an optimized or simplified system. Try it on another machine.

[ Last edited by tianzizhi on 2006-10-27 at 06:54 AM ]
Floor10 lxmxn Posted 2006-10-27 06:59
版主 Posts 4,938 Credits 11,386

  The system DLL file is missing. Just download one from here. Download DBGENG.DLL
Floor11 fastslz Posted 2006-10-27 07:37
铂金会员 Posts 2,315 Credits 5,493 From 上海
I don't like using the slimmed-down system~~~The system installed natively is just stable
Floor12 INeverAsk Posted 2006-10-27 22:54
初级用户 Posts 42 Credits 97
Learning, borrowing a post!
Floor13 kennyfan Posted 2006-10-28 05:00
中级用户 Posts 112 Credits 259
Wow. Strong. A bit practical!
Floor14 daoshui18 Posted 2006-10-28 23:00
初级用户 Posts 22 Credits 45
What is the use of adding the parameter IM? What does the image name mean? I'm still a newbie, please give me more advice.
Floor15 tianzizhi Posted 2006-10-28 23:10
高级用户 Posts 214 Credits 623
Just use `taskkill /?` to know everything. `im` is to specify the process image name to terminate. The image name is the mirror name. The first column in the processes in the Task Manager is the image name of each process.
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023