PC Review


Reply
Thread Tools Rate Thread

Creation of directories

 
 
Charles Theodore
Guest
Posts: n/a
 
      23rd Aug 2004
Greeting to everyone,

I want to create a specific directory named: INPUT in 1000 different directories.

Examples of directories are as follow:
Z:\APPS\MSI\EUDORA\INPUT
Z:\APPS\MSI\NETSCAPE\INPUT
Z:\APPS\MSI\MOZILLA\INPUT
Z:\APPS\MSI\other_applications\INPUT

Remember: INPUT must be "mkdir" at the fourth level of the directory structure.

Any "input" will gratefully received :-)

Thank you,

Charles.
 
Reply With Quote
 
 
 
 
Mark V
Guest
Posts: n/a
 
      23rd Aug 2004
In microsoft.public.win2000.cmdprompt.admin Charles Theodore wrote:

> Greeting to everyone,
>
> I want to create a specific directory named: INPUT in 1000
> different directories.
>
> Examples of directories are as follow:
> Z:\APPS\MSI\EUDORA\INPUT
> Z:\APPS\MSI\NETSCAPE\INPUT
> Z:\APPS\MSI\MOZILLA\INPUT
> Z:\APPS\MSI\other_applications\INPUT
>
> Remember: INPUT must be "mkdir" at the fourth level of the
> directory structure.
>


So what are you starting with? Do you have a text file with one-per-
line fully qualified paths for the "parent" location? Is it that you
want to create INPUT in every third-level directory on a volume? Or
every one within a tree (eg x:\APPS\)? OS?

 
Reply With Quote
 
Charles Theodore
Guest
Posts: n/a
 
      23rd Aug 2004
Mark V <(E-Mail Removed)> wrote in message news:<Xns954E13E3E6165z9zzaQ2btw@207.46.248.16>...
> In microsoft.public.win2000.cmdprompt.admin Charles Theodore wrote:
>
> > Greeting to everyone,
> >
> > I want to create a specific directory named: INPUT in 1000
> > different directories.
> >
> > Examples of directories are as follow:
> > Z:\APPS\MSI\EUDORA\INPUT
> > Z:\APPS\MSI\NETSCAPE\INPUT
> > Z:\APPS\MSI\MOZILLA\INPUT
> > Z:\APPS\MSI\other_applications\INPUT
> >
> > Remember: INPUT must be "mkdir" at the fourth level of the
> > directory structure.
> >

>
> So what are you starting with? Do you have a text file with one-per-
> line fully qualified paths for the "parent" location? Is it that you
> want to create INPUT in every third-level directory on a volume? Or
> every one within a tree (eg x:\APPS\)? OS?


Hi Mark,

Got the solution:
cd \Apps\MSI
for /d %%a in (*.*) do md "%%a\Input"

Thank you.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copying JPEG image files to new directories makes directories unus =?Utf-8?B?U2ltb24gUC4=?= Windows XP Help 0 29th Jan 2007 02:21 AM
Creation of User Directories =?Utf-8?B?Uk1L?= Windows XP Embedded 1 22nd Mar 2006 10:25 AM
vs.net problem with creation of directories =?Utf-8?B?ZGF2ZQ==?= Microsoft Dot NET Framework 3 9th Feb 2004 09:07 AM
slow opening directories w/nested directories Steven Shapiro Windows XP Help 0 29th Nov 2003 05:19 PM
Using virtual directories for common directories (scripts, images, styles, etc.) Jeffry van de Vuurst Microsoft ASP .NET 2 30th Jul 2003 08:00 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:56 PM.