adding fonts to xp pro

S

Sam P

Before I did a fresh install of windows xp pro, I copied the
C:\windows\fonts\ folder to a CD.
I'd like ot restore my fonts on the new system. When I try to install them,
per windows instructions, windows states I've already installed the font and
cancels out of the install process. I wish it would just skip the ones that
are already installed.
Is there an easy way to do this, or do I need to install the fonts one by
one? The majority of the fonts are TTF.

thanks
 
B

Big_Al

Sam said:
Before I did a fresh install of windows xp pro, I copied the
C:\windows\fonts\ folder to a CD.
I'd like ot restore my fonts on the new system. When I try to install them,
per windows instructions, windows states I've already installed the font and
cancels out of the install process. I wish it would just skip the ones that
are already installed.
Is there an easy way to do this, or do I need to install the fonts one by
one? The majority of the fonts are TTF.

thanks
I've done this a lot, and all you have to do is just okay the
duplicates. I'm doing it from control panel->fonts and it doesn't
"cancel" out, it just warns me.
 
B

Big_Al

Big_Al said:
I've done this a lot, and all you have to do is just okay the
duplicates. I'm doing it from control panel->fonts and it doesn't
"cancel" out, it just warns me.
If you do this before you start making changes....
Make 3 folders Current Backup & dupe and obviously fill current with
c:\windows\font\*.* & backup from your cd drive. dupe is empty. And
put them all in the same folder one level up.

Run this from current folder typed on the command line while in current
folder:

for %a in (*.ttf) do move ..\backup\%a ..\dupe\%a


When you are done this has moved all the dupes out of backup and what is
left are the new one. You'll possibly get a lot of errors but ignore them.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top