Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista File Management > complex file movement problem

Reply
Thread Tools Display Modes

complex file movement problem

 
 
someothernickname
Guest
Posts: n/a

 
      11-24-2007
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


 
Reply With Quote
 
 
 
 
Donald Lessau
Guest
Posts: n/a

 
      11-24-2007
"someothernickname" <> schrieb im Newsbeitrag
news:f119a0f4-00fd-4975-b29d-...
> 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

 
Reply With Quote
 
someothernickname
Guest
Posts: n/a

 
      11-24-2007
On Nov 24, 1:26 pm, "Donald Lessau" <d...@oflex.com> wrote:
> "someothernickname" <redwoodt...@gmail.com> schrieb im Newsbeitragnews:f119a0f4-00fd-4975-b29d-...
>
> > 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


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, :-)
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
cursor movement Randy Braithwaite Windows Vista General Discussion 6 05-08-2008 06:49 PM
cursor movement Karen Sheffler Windows Vista General Discussion 1 04-17-2008 07:14 PM
Vista Anytime Upgrade - Too Complex john b Windows Vista Installation 3 01-28-2008 07:05 AM
complex search request search virtual folders Windows Vista File Management 0 02-13-2007 12:14 AM
Movement Reko Windows Vista Games 0 07-08-2006 07:14 AM



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 47 48 49 50 51 52 53 54 55 56 57 58 59