kellygirl01
MIS
Hi All,
Need a vbscript that can copy files to "fonts" special folder in Windows XP.
I created a script but it will only add the file when i log in as admin not the user.
Help?!!!
Here's the script i have.
Const OverwriteExisting = TRUE
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.CopyFile "\\Server\folder\file.ttf Barcode.TTF" , "C:\WINDOWS\Fonts\", OverwriteExisting
Need a vbscript that can copy files to "fonts" special folder in Windows XP.
I created a script but it will only add the file when i log in as admin not the user.
Help?!!!
Here's the script i have.
Const OverwriteExisting = TRUE
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.CopyFile "\\Server\folder\file.ttf Barcode.TTF" , "C:\WINDOWS\Fonts\", OverwriteExisting