View Single Post
Old 2004-07-10, 04:52 PM   #3
Alphawolf
Don't come to Florida for vacation. We're closed.
 
Alphawolf's Avatar
 
Join Date: Nov 2003
Location: Orlando, Florida
Posts: 1,874
Bets I could find was this:

=================================
Enter this at the command prompt:

for /f %q in (C:\fileWithList.txt) do (mkdir
C:\Path\Where\You\Would\Like\Directories\Created\%q)

If you put this in a .bat, %q changes to %%q.
===================================

But this presumes you have a text list of folder names.
Alphawolf is offline   Reply With Quote