Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

lost install new font

Status
Not open for further replies.

engan

Programmer
Jul 15, 2001
53
ID
Hi all,

I lost my install new font from the file menu (font window). Is there a way to make install new font menu appears again. I use win98 second edition

Thanks
Eng An
 
If you want to install new fonts, just drag & drop them into the Fonts folder. This will automatically install them.
 
Not sure that's correct. For apps to use the new fonts, don't they have to be registered in the registry also?
I've had this problem in the past, and the official fix was to try this:

[1] Restart the system to Command Prompt. Issue the commands below :

::-----below this line---
c:
cd c:\windows
attrib +s +r fonts
::-----above this line---

Restart normal. If the problem is not resolved, try this:

[2] Click out dos box or restart to command prompt. Issue the commands...

::----below this line---
c:
cd c:\windows\system
ren fontext.dll fontext.old
cd c:\windows\command
extract /A X:\win98\win98_22.cab /L C:\windows\fonts fontext.dll
::----above this line----

Note: Substitute X for your CDRom drive letter and also have installation CD in the drive.
Restart as normal. If still not resolved, try this:

[3] Restart to Command Prompt.

::----below this line----
c:
cd c:\windows\fonts
attrib -h -s desktop.ini
ren desktop.ini desktop.old
cd c:\windows\command
extract /A X:\win98\win98_22.cab /L C:\windows\fonts desktop.ini
cd c:\windows\fonts
attrib +h +s desktop.ini
::----above this line----

If still not resolved, sorry, I'm out of ideas.
Hope this helps,
Andy.
 
Hotfusion, I Try your suggestion point 2 and 3, know my install new font menu appears again. Thanks alot guys for your help.

brgds
Eng an
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top