Jump to content

Install Font


Recommended Posts

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 by Burrup

qq

Link to comment
Share on other sites

$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 :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...