Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   General Business Knowledge (http://www.greenguysboard.com/board/forumdisplay.php?f=10)
-   -   Making more then 1 folder at a time in Windows (http://www.greenguysboard.com/board/showthread.php?t=9161)

Torn Rose 2004-07-10 03:28 PM

Making more then 1 folder at a time in Windows
 
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.

Torn Rose 2004-07-10 03:41 PM

Ok, I figured out a faster way.|bananna|

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.

Alphawolf 2004-07-10 04:52 PM

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.

MrMaryLou 2004-07-10 06:30 PM

Quote:

Originally posted by Torn
Ok, I figured out a faster way.|bananna|

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.

Thats about the fastest way I have found to do it :)

Torn Rose 2004-07-10 06:35 PM

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|waves|

Entreri 2004-07-10 09:04 PM

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|waves|
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.


All times are GMT -4. The time now is 10:08 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc