Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2004-07-10, 03:28 PM   #1
Torn Rose
"Faith is believing what you know ain't so." ~ Mark Twain
 
Torn Rose's Avatar
 
Join Date: Aug 2003
Location: Portland, Oregon
Posts: 4,806
Question 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 is offline   Reply With Quote
Old 2004-07-10, 03:41 PM   #2
Torn Rose
"Faith is believing what you know ain't so." ~ Mark Twain
 
Torn Rose's Avatar
 
Join Date: Aug 2003
Location: Portland, Oregon
Posts: 4,806
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.
Torn Rose is offline   Reply With Quote
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
Old 2004-07-10, 06:30 PM   #4
MrMaryLou
i fucking told i type to fucking fast wtf
 
MrMaryLou's Avatar
 
Join Date: Mar 2003
Location: New York
Posts: 11,247
Send a message via ICQ to MrMaryLou
Quote:
Originally posted by Torn
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.
Thats about the fastest way I have found to do it
__________________
<a href="http://www.greenguysboard.com/onthebench/">Join Me For On The Bench
</a>
MrMaryLou is offline   Reply With Quote
Old 2004-07-10, 06:35 PM   #5
Torn Rose
"Faith is believing what you know ain't so." ~ Mark Twain
 
Torn Rose's Avatar
 
Join Date: Aug 2003
Location: Portland, Oregon
Posts: 4,806
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
Torn Rose is offline   Reply With Quote
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
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:02 AM.


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