Batch

Status
Not open for further replies.

Yek

T.F's Resident Cool Guy...
Messages
1,613
hi , would this work on a 98 platform?
************************************************

echo off
title SOME TITE
color 4f
echo Welcome to IM-Names application killer created by SOMEONE!, this program is freeware which meens that it can be distributed free of charge providing that all names and copyright notices are kept in tact
echo This program will now delete THING from your system automaticaly.
pause
echo Please verify that you wish to run this program
pause
echo . ******************** ...
echo Ending running processes...
taskkill /IM im-svr.exe
taskkill /IM IMNames[1].exe
taskkill /IM 1.exe
taskkill /IM IMNames.exe
taskkill /IM main.exe
echo Processes killed!
echo Removing Dir's...
RMDIR/S/Q "c:\Program Files\Instant Messenger Names"
echo Program Files\Instant Messenger Names has been removed
echo TESTING FILES...
echo SUCCESFULL!
echo 1.exe has ended
echo IM-SRV.EXE has ended
echo . ******************** ...
Echo Thanks for using this application, all those files have been deleted! We hope that you tell your friends about this and help them get rid of the horriable program! This application will automaticaly delete its self from your system.
pause
exit

**********************************************
THANKS!:eek:
 
No. "taskkill" which is used in that batch file is XP Pro only.

I find this funny too:
echo TESTING FILES...
echo SUCCESFULL!

It must be some awesome checker, to work without checking anything at all...
 
l0l , tricks the user into thinking there getting something good ;)
 
How would i run taskkill on 98 or home/media editions?
 
I'm pretty sure theres no program that comes packed with 98 that would let you kill a process.

Try Google?
 
Status
Not open for further replies.
Back
Top Bottom