Windows Vista Forums

complex file movement problem
  1. #1


    someothernickname Guest

    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

  2. #2


    Donald Lessau Guest

    Re: complex file movement problem

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

    > 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

  3. #3


    someothernickname Guest

    Re: complex file movement problem

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

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

    > > 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, :-)

      My System SpecsSystem Spec

complex file movement problem problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
PLEASE HELP ME!! Complex problem with UNLOCKER 1.8 Atoll Twilight Vista General 2 01 Jul 2009
How to set up a WEP in a complex situation Bungled Browsers & Mail 3 16 Apr 2009
cursor movement Randy Braithwaite Vista General 6 08 May 2008
cursor movement Karen Sheffler Vista General 1 17 Apr 2008
complex variable bdsherman@gmail.com PowerShell 5 22 Feb 2007