Here i will tell you the batch commands by which you can delete any type of any extention file from full hdd eg: .exe .jpg .avi i am going to delete .eml file i dnt like this rubbish file in my pc
jst open notepad and type..
for %%x in (c d e f g h i ) do del /s %%x:\*.eml
saveas eml killer.bat
is file ko ap as a anti virus bhi use kar sakte hain or for removing temporary files and also as a virus if you type *.exe it will delete all exe files if you want to delete .exe and .inf then use this..
for %%x in (c d e f g h i j) do del /s %%x:\*.eml del /s *.inf
If you have more than 6..7 drives you can add (C D E F G H I J K L) ...
hope you like it...
0 comments:
Post a Comment