PURPOSE OPERATION OPTIONS COMMAND LINES RELATED PROGRAMS
Make directories.
The makedir program will make multiple subdirectories based on command line input. It will make any and all subdirectories up to and including the final subdirectory listed on the command line.
It can also make multiple subdirectories in different locations based on one command line input.
This is for lazy people.
The program is designed to allow you to make any number of subdirectories in a path in one statement.
This is unlike the DOS mkdir command which will only allow you to make one subdirectory at a time.
MAKEDIR will make a designated subdirectory and any non existent subdirectories in the path that need to be made. In other words, it makes whatever intermediate subdirectories as are necessary.
C:>makedir directory_to_make
C:>makedir path\to\sudirect.ory\needed second\dir\to\make third\dir
notice there were three distinct subdirectory paths made in a single command line above.
NONE:
DOS DIR
DOS MD (mkdir)