Jump to content

Recommended Posts

Posted
cheers geoff but doesnt the font then have to be installed rather than just left in the font folder?

 

My bad, here's a revised batch file (copying and pasting some of the bits from sysmans script). :)

 

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"

Posted
cheers geoff but doesnt the font then have to be installed rather than just left in the font folder?

 

My bad, here's a revised batch file (copying and pasting some of the bits from sysmans script). :)

 

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. :D

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...