Batch File: Prank #1

by I♥BatchFiles in Circuits > Microsoft

833 Views, 2 Favorites, 0 Comments

Batch File: Prank #1

Cmd.jpg

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