|
|
|
|
|
|
|
![]() |
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
![]() |
#1 |
"Faith is believing what you know ain't so." ~ Mark Twain
|
![]() I am redoing my videos into specific categories and need to make around 200 new folders. Does anyone know how I can make them without doing it one at a time?
As in explorer file>new>folder Any suggestions help would be greatly appreciated. |
![]() |
![]() |
![]() |
#2 |
"Faith is believing what you know ain't so." ~ Mark Twain
|
Ok, I figured out a faster way.
![]() I made 10 folders; copy/paste to a different location renamed and pasted once more, renamed, copied them all, pasted back in first location, renamed all, and repeated until I had the # I wanted. MUCH faster then one at a time. I’m going to leave this thread up instead of removing it, I am curious if others have any other idea. |
![]() |
![]() |
![]() |
#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. |
![]() |
![]() |
![]() |
#4 | |
i fucking told i type to fucking fast wtf
|
Quote:
![]()
__________________
<a href="http://www.greenguysboard.com/onthebench/">Join Me For On The Bench </a> |
|
![]() |
![]() |
![]() |
#5 |
"Faith is believing what you know ain't so." ~ Mark Twain
|
A friend found this online, which I tried and made the 10 folders this way, but the flaw is a lot of typing, and only 250 characters limit.
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 ![]() |
![]() |
![]() |
![]() |
#6 | |
WHO IS FONZY!?! Don't they teach you anything at school?
Join Date: Feb 2004
Posts: 42
|
Quote:
![]() 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. |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | Rate This Thread |
|
|