HOW TO MAKE a NEW FOLDER IN NOTEPAD
by klaus-peter in Circuits > Software
23063 Views, 3 Favorites, 0 Comments
HOW TO MAKE a NEW FOLDER IN NOTEPAD
HII TOODAY I AM GOING TO SHOW YOU HOW TO MAKE A NEW FOLDER IN NOTEPAD
all you need for this is notepad and some basic batch file skills
all you need for this is notepad and some basic batch file skills
New Folder
its a very simple code
after the md bit on the second line of the comand is the name you can change it to whatever name you
like but dont change eanythink ells
md is the comand for a new folder
the code is on the next step copy it into notepad
after the md bit on the second line of the comand is the name you can change it to whatever name you
like but dont change eanythink ells
md is the comand for a new folder
the code is on the next step copy it into notepad
The Code
the code is below
@echo off
md new
start new
@echo off
md new
start new
Saving It
make shure you save it as a _______ . bat file
exp. newfolder.bat
. bat must go at the end of evry batch file
exp. newfolder.bat
. bat must go at the end of evry batch file