JSI Tip 1580. DOS print job incomplete or in multiple pieces?

Jerold Schulman

August 27, 1999

1 Min Read
ITPro Today logo

When a DOS application prints. it is spooled.

Windows NT determines that the DOS job is done by determining that thereis no more activity on the port, after a default timeout of 15 seconds.

If your print job is very complex or your computer is busy or slow, thetimeout may expire with no port activity being sensed. This causes the job to besplit incorrectly.

To work around this problem, use Regedt32 to navigate to:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlWOW

The LPT_timeout value name in the right hand pane is a string value (type REG_SZ) which defaults to 15 seconds. Increase this timeout.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like