Command line tip #7 - Make a hierarchy of folders
Many PC users are aware that the command “md’ can be used to create a new folder. However, it is less well known that a whole hierarchy of folders can be created in one line with a command like: md [path]new\new1\new2This will create a folder “new” with a sub-folder “new1″ that itself contains a sub-folder “new2″. Note that you must specify the correct path. Otherwise, the folders will be created in the working directory of the command prompt.
Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.

Comments
No comments yet.
Sorry, the comment form is closed at this time.