Ghastly_MIB Posted April 13, 2005 Posted April 13, 2005 Hey all, I'm a newbie and I use this program for 2 weeks or so. I loveing it But i've got one question... Does anyone know how I can install a font? Thanks, Ghastly_MIB
buzz44 Posted April 13, 2005 Posted April 13, 2005 (edited) I think that when you 'install' a font it just get's copied to the Font Dir. Try this, the quoates might be wrong. $Font = "Insert font location here. eg C:\font.ttf" $Windows = @WindowsDir & "\fonts\font.ttf" Run(@ComSpec & ' /c xcopy /e /h /y "' & $Font & '" "' & $windows & '"', _ "", @SW_HIDE) Edited April 13, 2005 by Burrup qq
MarkMarkMark Posted April 13, 2005 Posted April 13, 2005 Or something like this... FileCopy ( "C:\font.something", "c:\windows\fonts\")
buzz44 Posted April 13, 2005 Posted April 13, 2005 Hmmm, it seems that I dont think you can copy it. qq
MarkMarkMark Posted April 13, 2005 Posted April 13, 2005 Hmmm, it seems that I dont think you can copy it.<{POST_SNAPBACK}>mmm.. i tought i did that like 2 months ago.... dunno for sure
buzz44 Posted April 13, 2005 Posted April 13, 2005 I found this on MSDN... http://support.microsoft.com/default.aspx?...kb;en-us;186722 qq
Ghastly_MIB Posted April 13, 2005 Author Posted April 13, 2005 $Font = "Insert font location here. eg C:\font.ttf" $Windows = @WindowsDir & "\fonts\font.ttf" Run(@ComSpec & ' /c xcopy /e /h /y "' & $Font & '" "' & $windows & '"', _ "", @SW_HIDE)<{POST_SNAPBACK}>This one doesn't work, and how does that thing work on DMSN?And thankt for your fast replay
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now