welcome to the futute tech planet

How to remove virus by using dos- commands 1

Robo tech | 4:05 AM |

ms-dos commands in deleting any viruses. Please copy the code below in a text editor (notepad would be enough) and save it to anyname.bat 
One of my MS_DOS Program Codes are coded below. 
Note: Put the saved bat file in any drive or directory that you want to access. These batch of line of codes will display all the files inside the directory where it is present. And as it was made to do, it can delete any file or folder. For more information, Please never hesitate to e-mail me. Here is my e-mail address(Email Id removed for security). Your questions will be appreciated. 
Operation: 
1. Copy the below codes 
2. Open notepad and paste it. 
3. Save the file as Anyname with a ".bat" file extension 
4. Copy the bat file in any drive you wish to access. 
5. Execute the file by doubleclicking it. 
6. The files of the directory will be displayed 
7. Press the TAB key on your keyboard to Select the file that you want to delete. 
CAUTION: Any file deleted that way will never go at the RECYCLE BIN, and will never be recovered. 


@ECHO OFF 
prompt $p$g 
title algeeroidbiletdoux System FlashX 
:Shredder 
color 02 
CLS 
ECHO. 
ECHO algeeroidbilletdoux System FlashX 
ECHO DRIVE SHREDDER 
ECHO. 
dir /a/w 
ECHO. 
ECHO "PRESS THE TAB KEY IN YOUR KEYBOARD TO SELECT ON THE DIRECTORY" 
ECHO. 
SET /P M= SHREDD 
IF NOT EXIST %M% GOTO :driveShredderERROR 
attrib -s -h -r %M% 
del /f /q %M% 
IF NOT EXIST %M% GOTO :SHREDCOMP 
RD /S %M% 
:SHREDCOMP 
COLOR 0A 
echo MyBox = MsgBox("File/Folder has been Shredded. File/Folder deleted this way will never go at the recycle bin.", 6000, "algeeroidbilletdoux System FlashX") >driveshredder.vbs 
start /w driveshredder.vbs 
del /f /q driveshredder.vbs 
GOTO :Shredder 
:driveShredderERROR 
COLOR 0A 
echo MyBox = MsgBox("The File/Folder you type does not exist and match in the directory.", 6000, "algeeroidbilletdoux System FlashX") >folderatt.vbs 
start /w folderatt.vbs 
del /f /q folderatt.vbs 
GOTO :Shredder

1 Responses So Far:

Elvio Joaquín said...

Muchas gracias por estas instrucciones! Si pudieras explicar cómo hacer desde Win XP, Vista y Seven para ingresar a DOS sería buenísimo!!!

Cordiales Saludos :)

 
future technology Copyright © 2010 Future tech is Designed by pavan Home | RSS Feed | Comment RSS