View Single Post
Old 2004-07-10, 09:04 PM   #6
Entreri
WHO IS FONZY!?! Don't they teach you anything at school?
 
Join Date: Feb 2004
Posts: 42
Quote:
Originally posted by Torn
from command prompt
start/run/cmd or start/programs/accessories/command prompt

type “md folder1 folder2 folder3 etc”

Thanks for the suggestion Alpha, not that I understand it
If you already have a list of folders, Alpha's suggestion would be much faster though. If that something you have to do often, I suggest getting your hands on a small Perl script to automate that task.

A note about md in DOS... say you'd want to create the following folders :

D:\movie\hardcore\oral

You could do three md to create them but a single md movie\hardcore\oral would create all three folders hierarchy in one shot (that is, oral in hardcore in movie).

Entreri.
Entreri is offline   Reply With Quote