Nathan
Thu Oct 18 10:06:06 PDT 2007
On Oct 18, 3:29 am, Derek Da Silva
<DerekDaSi...@discussions.microsoft.com> wrote:
> Do I need to register the font?
>
> "Nathan" wrote:
> > On Oct 17, 12:15 pm, Derek Da Silva
> > <DerekDaSi...@discussions.microsoft.com> wrote:
> > > Hi Everyone,
>
> > > Could you please advise how I can install fonts via a script? I have a
> > > folder full of fonts that I want to install on each computer via AD.
>
> > > Any assistance is greatly appreciated.
>
> > > Thank you in advance,
> > > D
>
> > If I am not mistaken you simply copy them to the fonts folder in the
> > Windows directory:
>
> > FSO.CopyFile("\\yourserver\share\font.ttf", "%windir%\fonts\font.ttf")
>
> > -Nate
> >
http://www.naterice.com
I do not believe so. Try it and find out.