![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | 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 Specs![]() |
| | #2 (permalink) |
| | 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? (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 Specs![]() |
| | #3 (permalink) |
| | 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 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 Specs![]() |
![]() |
| 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 | |||