Hey, I have about 3000 fonts, but each is in a different folder. I need a way in which to install them all as fonts without having to go through each folder.
Is there a way to remove 3000 folders and put all the files in one folder. I noticed that when you delete a folder it says: "Delete folder and all its contents?". Can you; "Delete folder and keep its contents"?
Alterternatively is there a way to install fonts by dragging folders into the fonts control panel?
Thanks,
Peter
-
-
Parent Folder > Search > name: "*.tff, *.fon, *.ps1, *.ps3"; Recurse subfolders > Drag results into %systemroot%\Fonts
-
W3bbo wrote:Parent Folder > Search > name: "*.tff, *.fon, *.ps1, *.ps3"; Recurse subfolders > Drag results into %systemroot%\Fonts
I was all set to suggest this:
for /r c:\fonts %f in (*.*) do copy %f c:\fonts
to copy them all into one directory, but your way is much better.
-
Thanks, I didn't know that you could use *.%filetype% notation in search. All installed now.
-
This is exactly what I want to do but I'm not sure exactly how to follow these instructions. I tried to use the command prompt but it didn't work. More detailed instructions on how to accomplish this in Windows XP would be appreciated.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.