====================================================================== Microsoft Product Support Services Application Note (Text File) PD0495: PRINTFIX.COM for MS-DOS ====================================================================== Revision Date: 10/91 Disk Included The following information applies to Microsoft MS-DOS versions 4.x and 5.0. -------------------------------------------------------------------- | INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY | | ACCOMPANY THIS DOCUMENT (collectively referred to as an | | Application Note) IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY | | KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO | | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A | | PARTICULAR PURPOSE. The user assumes the entire risk as to the | | accuracy and the use of this Application Note. This Application | | Note may be copied and distributed subject to the following | | conditions: 1) All text must be copied without modification and | | all pages must be included; 2) If software is included, all files | | on the disk(s) must be copied without modification [the MS-DOS(R) | | utility DISKCOPY is appropriate for this purpose]; 3) All | | components of this Application Note must be distributed together; | | and 4) This Application Note may not be distributed for profit. | | | | Copyright 1991 Microsoft Corporation. All Rights Reserved. | | Microsoft, MS-DOS, and the Microsoft logo are registered | | trademarks and Windows is a trademark of Microsoft Corporation. | -------------------------------------------------------------------- Introduction ------------ The disk provided with this application note contains PRINTFIX.COM, a memory-resident utility for computers that encounter printing errors under MS-DOS version 4.0, 4.01, or 5.0. PRINTFIX disables the extended error checking that these versions of MS-DOS perform when printing to a parallel port. Extended error checking needs to be disabled only if your computer's hardware does not support the hardware checks MS-DOS is making. You should not install PRINTFIX if you aren't experiencing printing errors. Installing PRINTFIX.COM ----------------------- 1. Insert the enclosed PD0495 disk in drive A. 2. Copy PRINTFIX.COM to the subdirectory where your MS-DOS files are located. At the command prompt, type the following command and press ENTER: copy a:\printfix.com c:\dos\printfix.com NOTE: If you are copying PRINTFIX.COM from a drive other than A, substitute the appropriate drive letter for "a" in the above command. If your MS-DOS files are located in a directory other than C:\DOS, make the appropriate change to the destination path in the above command. 3. Because PRINTFIX remains memory resident, you only need to load it once each time you restart your computer. It is probably best to load PRINTFIX from your AUTOEXEC.BAT file. To do this, use a file editor such as MS-DOS Edit or Edlin to add the following line to your AUTOEXEC.BAT file: c:\dos\printfix.com NOTE: If you start a shell program such as MS-DOS Shell from your AUTOEXEC.BAT file, you should place the line that loads PRINTFIX before the line that starts your shell program.