Microsoft
Software
Hardware
Network
Question : How to install fonts in Windows 7, using VFP 9.0
I use the following code to copy a font, supplied with the application, to the users font folder.
IF !FILE(GETENV("SYSTEMROOT")
+"\FONTS" + '\USSBAR39.TTF')
COPY FILE USSBAR39.TTF TO GETENV("SYSTEMROOT")+"\FON
TS" + '\USSBAR39.TTF'
ENDIF
I have some users on Windows 7 who get an 1102 error, "Cannot create file". I believe this is due to Windows wanting confirmation before making changes to a system folder.
What, if any, is the way around this?
Thanks for any advice.
Michael
Answer : How to install fonts in Windows 7, using VFP 9.0
Sorry, typo when copying and pasting.
That should have been
For /F "tokens=1*" %a in ( 'FIND /i "L3= " C:\zzsticker.txt' ) do set L3=%b
Random Solutions
asp.net + modal popup
VB.NET Setup Installing App Files Without Asking What Folder to Install
EtherChannel on Cisco 2960 switch intermittent dropped packet
Powershell script that can query a OU and get all group name,Members and count of members into a csv/Excel.
Sync Center and Moving Redirected Folder in SBS2008
Location tab missing from My Documents properties
Outlook 2007 Continually asks for an Exchange Server password
Sysprep Problem
Listing worksheet names of a closed workbook
How to compress a string into a short representation in ASP.NET using C# or VB.NET?