Name: Anonymous 2009-06-04 19:14
I need some programming help.
This script is supposed to install a font.
const FONTS = &H14&
Set objShell = CreateObject("Shell.Application")
Set ObjFolder = objShell.Namespace(FONTS)
objFolder.CopyHere "D:\Loader\roc.ttf"
I need this script to copy the font from the location the script is running from. How can get it to do that? (Right now it only copies from D:\Loader\)
thanks in advance
This script is supposed to install a font.
const FONTS = &H14&
Set objShell = CreateObject("Shell.Application")
Set ObjFolder = objShell.Namespace(FONTS)
objFolder.CopyHere "D:\Loader\roc.ttf"
I need this script to copy the font from the location the script is running from. How can get it to do that? (Right now it only copies from D:\Loader\)
thanks in advance