How to Make a Folder/File Maker Program

by TheNerdySmallSmartCoder45 in Circuits > Microsoft

823 Views, 4 Favorites, 0 Comments

How to Make a Folder/File Maker Program

Screenshot (80).png

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

Open Notepad

Screenshot (47).png

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

Then Type In "notepad"

Save It

Screenshot (78).png

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

The Code

Screenshot (79).png

The Code Is Really Really Simple:

@echo off

md %random%

exit

Testing

Screenshot (80).png

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!