Introduction: Batch File: Prank #1

About: Hello I'm I♥BatchFiles! As you can tell, I like batch files. I have nothing else to say. Yay!

Hello!

I'm I♥BatchFiles!

I upload a new batch file project every other day.

Next batch file project will be on 5/28/16

Batch File Prank #1


@echo off

set /a foldnum=0
color 0f
:loop
set /a foldnum=%foldnum%+1
echo Creating Folder Number: %foldnum%
CD C:/Users/%username%/Documents
mkdir %foldnum%
goto loop

Copy and Paste this code into notepad and save it as Annoying Batch File.bat and change Text Documents to All Files