Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista file management

Vista - complex file movement problem

Reply
 
Old 11-24-2007   #1 (permalink)
someothernickname


 
 

complex file movement problem

How do I do the following?

I have a directory with about a thousand sub directories each
containing a font (ttf) along with information about the font. I want
to copy the .ttf files from each of these subdirectories into the
parent folder so I can use one of the font managers on the parent
folder without having to go into each subfolder to get the ttf file.

I'm thinking xcopy would do it, but I can't seem to work out what the
switches would be. Anyone up for the challenge of cmd script that
would do it?

TIA,

Brandon



My System SpecsSystem Spec
Old 11-24-2007   #2 (permalink)
Donald Lessau


 
 

Re: complex file movement problem

"someothernickname" <redwoodtwig@xxxxxx> schrieb im Newsbeitrag
news:f119a0f4-00fd-4975-b29d-b9783ed0f29e@xxxxxx
Quote:

> How do I do the following?
>
> I have a directory with about a thousand sub directories each
> containing a font (ttf) along with information about the font. I want
> to copy the .ttf files from each of these subdirectories into the
> parent folder so I can use one of the font managers on the parent
> folder without having to go into each subfolder to get the ttf file.
>
> I'm thinking xcopy would do it, but I can't seem to work out what the
> switches would be. Anyone up for the challenge of cmd script that
> would do it?
Why use a script? Make two steps:
(1) do a recursive search (over your parent dir for *.ttf) that returns all
your TTFs
(2) select all and copy to your parent folder

That's how I'd do it in XP. Should work in Vista as well.

Don

My System SpecsSystem Spec
Old 11-24-2007   #3 (permalink)
someothernickname


 
 

Re: complex file movement problem

On Nov 24, 1:26 pm, "Donald Lessau" <d...@xxxxxx> wrote:
Quote:

> "someothernickname" <redwoodt...@xxxxxx> schrieb im Newsbeitragnews:f119a0f4-00fd-4975-b29d-b9783ed0f29e@xxxxxx
>
Quote:

> > How do I do the following?
>
Quote:

> > I have a directory with about a thousand sub directories each
> > containing a font (ttf) along with information about the font. I want
> > to copy the .ttf files from each of these subdirectories into the
> > parent folder so I can use one of the font managers on the parent
> > folder without having to go into each subfolder to get the ttf file.
>
Quote:

> > I'm thinking xcopy would do it, but I can't seem to work out what the
> > switches would be. Anyone up for the challenge of cmd script that
> > would do it?
>
> Why use a script? Make two steps:
> (1) do a recursive search (over your parent dir for *.ttf) that returns all
> your TTFs
> (2) select all and copy to your parent folder
>
> That's how I'd do it in XP. Should work in Vista as well.
>
> Don
BFO!! (blinding flash of the obvious)
As soon as I read your message I remembered doing exactly the same
thing on XP a couple years ago. Thanks for the rescue, :-)
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
PLEASE HELP ME!! Complex problem with UNLOCKER 1.8 Vista General
How to set up a WEP in a complex situation Browsers & Mail
cursor movement Vista General
cursor movement Vista General
complex variable PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46