i have a new font that i need to send out to every machine on my domain (Win server 2003) any one know of a simple way of doing this
i have a new font that i need to send out to every machine on my domain (Win server 2003) any one know of a simple way of doing this
Startup script that contains:
Code:Copy \\someserver\someshare\somewhere\font.fon %WINDIR%\fonts\font.fon
cheers geoff but doesnt the font then have to be installed rather than just left in the font folder?
Take alook here
http://www.edugeek.net/index.php?nam...ighlight=fonts
It does and the only way I found to do it was to package it as an msi.
Either way its a lot of hassel to install one font.
My bad, here's a revised batch file (copying and pasting some of the bits from sysmans script).Originally Posted by Mr_M_Cox
Code:xcopy \\someserver\someshare\somewhere\font.ttf %WINDIR%\fonts\font.fon /C /I /S /E /H /Y /Q reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" /v "Some Font (TrueType)" /t REG_SZ /d "font.ttf"
Nice.Originally Posted by Geoff
![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)