Hi Bob,
This is a very old and well known Microsoft Issue. It's been some years since I needed to address this. The relevant Article on MS Knowledgebase is Q140036. A short excerpt follows :-
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.
Hope this helps !
Kelvin