Installing Fonts

S

Sonny

Batch file to install fonts?

i was using a batch file to robocopy my .tff files to the %systemroot%\Fonts
directory then trying to push down a registry edit to install those fonts
(because i'm using imaged machines) ... however, it seems that i'm getting
the registry prompt and i can't seem to automate the process

can i simply use command prompts for installing fonts across a network?

thansk!
 
O

Oli Restorick [MVP]

Have you tried using regedit.exe's /s switch to suppress the prompt?

Oli
 
M

Mark V

In said:
Batch file to install fonts?

i was using a batch file to robocopy my .tff files to the
%systemroot%\Fonts directory then trying to push down a registry
edit to install those fonts (because i'm using imaged machines)
... however, it seems that i'm getting the registry prompt and i
can't seem to automate the process

can i simply use command prompts for installing fonts across a
network?

0527 » Can I install a font from a cmd prompt or a batch file?.
http://www.jsifaq.com/reghack.htm

You are to merge your REG file locally? "push down" is unclear. You
may need to use Sysinternals psexec.exe to make the merge "locally"
from a remote system.
 

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