How to Make a Folder/File Maker Program
by TheNerdySmallSmartCoder45 in Circuits > Microsoft
864 Views, 4 Favorites, 0 Comments
How to Make a Folder/File Maker Program
.png)
This Will Show You How To Make A Simple Folder/File Maker Program
Open Notepad
.png)
Press Window Logo Button + R At The Same Time Until "Run" Comes Up
Then Type In "notepad"
Save It
.png)
Save It As Whatever You Want But Put .bat On The End Or The Program Won't Work
The Code
.png)
The Code Is Really Really Simple:
@echo off
md %random%
exit
Testing
.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!