Slow Network Printing from MS-DOS-Based Programs

Last reviewed: November 22, 1995
Article ID: Q140036
The information in this article applies to:
  • Microsoft Windows 95

SYMPTOMS

When you print from an MS-DOS-based program, it may take from 60 to 90 seconds before printing begins, causing the program to pause. Quitting the program causes printing to begin immediately.

This behavior may also occur when you use the PRINT SCREEN key in an MS-DOS-based program.

CAUSE

This problem can occur if the MS-DOS-based program does not close the printer port. By default, Windows 95 waits 45 seconds after the program stops sending information before printing the document.

RESOLUTION

To resolve this issue, add the following lines to the appropriate sections of the System.ini file, and then restart your computer:

   [Network]
   PrintBufTime=10

   [IFSMGR]
   PrintBufTime=10

NOTE: If the [Network] or [IFSMGR] sections do not exist in the System.ini file, add the sections after the [386Enh] section of the file.

These settings are in seconds. The lower the value you use, the sooner the document is printed. If you do not receive any printout, or documents are printed over multiple pages, the settings may be too low. Increase the settings until documents are printed correctly.

MORE INFORMATION

The entry in the [Network] section controls the network printing timeout using the real-mode redirector (outside of Windows 95). The entry in the [IFSMGR] section controls the network printing timeout using the protected- mode redirector (within Windows 95). By default, this value is set to 45 seconds.

Note that these settings may affect local as well as network printing.


KBCategory: kbprint kbnetwork
KBSubcategory: win95
Additional reference words: 95


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: November 22, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.