How to Make a Folder/File Maker Program

73540

Intro: How to Make a Folder/File Maker Program

This Will Show You How To Make A Simple Folder/File Maker Program

STEP 1: Open Notepad

Press Window Logo Button + R At The Same Time Until "Run" Comes Up

Then Type In "notepad"

STEP 2: Save It

Save It As Whatever You Want But Put .bat On The End Or The Program Won't Work

STEP 3: The Code

The Code Is Really Really Simple:

@echo off

md %random%

exit

STEP 4: Testing

When Your Done Save It And Test It.

When You Run It It Should Quickly Execute Its Self And Make A Folder/File On Your Desktop.

BANG YOUR DONE!