100 folders with different files in -> 1 Folder with all files

Associate
Joined
20 May 2004
Posts
138
Hi, I've got a cd with at least 100 folders on, each folder with at least 6 font files. I want to copy all of the files from every folder into one folder so I can install them together. Any suggestions on a program that will do this for me?

Many thanks
 
Not sure if it would work, but you could try doing a search on the whole CD that would apply to all the files. I can't think of anything else that wont require software though.
 
Not sure if it would work, but you could try doing a search on the whole CD that would apply to all the files. I can't think of anything else that wont require software though.

If your in Vista/7, open up the cd in explorer and in the root directory search for *. Should give you all files/folders which you can then select and copy paste where you want them.
 
for /R z:\ %f in (*.*) do copy %f c:\folder

(where z: is the letter of your cd drive)
One thing to be wary of is if there are any duplicate filenames it might prompt you. You could override this with the /Y switch if you are sure you just one one file for each name.
 
you can do this with total commander.

there is a short cut within the software ctrl+b, this will show all files within all subfolders under the current path that you are in. you can then copy them all to one location.

i found this realy cool font viewer software called amp font viewer i was using it recently.
 
Back
Top Bottom