Long Filename Support(LFN)
DOS has 8 * 3 (filename and extension) rule.
Windows 95 and up may have up to 256 characters
Potential Issues.
The program must be LFN-aware for LFNs to be used and maintained.
LFNs can be used with MS-DOS programs but the entire filename must be
enclosed in quotes.
Some DOS applications use the reserved section of the FAT that is used
by LFNs. These applications may corrupt the LFNs.
Sharing a Folder
To enable sharing - (need to have network neighborhood first)
right-click on the folder. choose sharing. choose the access type.
* Windows 95 is usually used as a client whereas Windows NT and Novell are used as a server.
WINDOWS 95 PRINTING FEATURES
Windows 95 features two types of drivers designed to solve printer problems
caused by larger, more complex printer drivers.
Universal drivers - Generic drivers used for all printers. There are
two types:
Regular - Used for all printers except PostScript and some Hewlett-Packard
InkJet printers. This is used with a mini-driver which gives the characteristics
of the specific printer.
PostScript - The PostScript universal driver is used with a PostScript
minidriver which gives the characteristics of the specific printer. PostScript
minidrivers use the Adobe(TM)PDD and SPD printer description format.
Mini-drivers - Smaller chunks of code specifically for certain printers.
Print in Windows 95 uses two data formats:
Enhanced Metafile(EMF) - The Windows 95 internal graphics language.
A metafile is a collection of internal commmands that Windows 95 uses
to crate images.
Raw - The printer's natural language such as HPPCL, PostScript,
escape codes, and so on. The raw format tends to be printer-specific.
Raw for of data for one type of printer may require conversion before
it can be printed on a different type of printer.
Registry location of printer
HKEY_LOCAL_MACHINE\System\Current Control Set\Services\Class\Printer
Common Printing Problems
hardware connection, printer online
turn off metafile spooling
correct printer driver configured
printer is selected
hard disk space available (to write spooler)
network permission
Try to
print from other programs
print to a file
copy file to a port
check for user permission
WINDOWS 95 ARCHITECTURE
Windows 95 can run:
MS-DOS-based programs (makes its own Virtual Machine)
16-bit Windows-based programs (uses the same memory space)
32-bit Windows-based programs (makes its own Virtual Machine)