I found not only myself but millions, according to Google, of others have
experienced printing delays when printing from inside a virtual DOS session.
  FreeDOS's parts [ in | on |  inside] XP is not immune to XP's behaviors.
 I came across a fix at Tom's Hardware.  The delays were 17 seconds and 3 to
5 once the changes were made.
I wanted to print to a TCP/IP networked & USB HP laser printer from a old
DOS program that outputs to LPT1.   No program source is available of course
and Windows XP does not capture LPTx output as did Win98.  I've found the
NET command still works in the DOS box and  LPTx printing can be redirected
to any shared printer.

NET USE LPT1 \\sharingcomputer\theprinter  at the command prompt.

This includes using \\12.0.0.1\printer localhost loopback.  This worked but
the printing would not start for 15 seconds.    You can also install the
"Microsoft Loopback Adapter" software  for standalone computer, turn on
networking, share a printer, and then connect it to an LPTx port.

Specifically here's the fix,...
http://www.tomshardware.com/forum/21658-45-printer-delay

Here it is...
1) in REGEDIT ( START->RUN-> REGEDIT )
click : Hkey_local_machine
then click : System
then click : CurrentControlSet
then click : Control
somewhere at the bottom of the control list Click: WOW
in LPT_timeout property change it to 2 (seconds)

2) Go to SYSTEM.INI file
in [386enh] section search [Network] if it does not exist enter the
following :

[Network]
PrintBufTime=10
[IFSMGR]
PrintBufTime=10

this will reset the wait to 10 seconds

Hope this is of some use.

-- 
John S. Wolter President
Wolter Works
Mailto:[EMAIL PROTECTED]
Desk 1-734-665-1263
Cell: 1-734-904-8433
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to