|
|
|
|
|
|
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
![]() |
#3 |
Don't come to Florida for vacation. We're closed.
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. |
![]() |
![]() |
|
|