dos program printing in XP

  • Thread starter Thread starter Huston
  • Start date Start date
H

Huston

I have a dos program and I have the printer showing up both in the program
and on XP driver wise....however, a document printed with this program will
not show up in the XP printer cue, and it will not print. It goes through
the motions but does not produce print. Any ideas suggestions on how I can
make it show in the XP print cue or how to make a dos program print in XP?
Thanks in advance.

Shawn Huston
 
Huston said:
I have a dos program and I have the printer showing up both in the program
and on XP driver wise....however, a document printed with this program will
not show up in the XP printer cue, and it will not print. It goes through
the motions but does not produce print. Any ideas suggestions on how I can
make it show in the XP print cue or how to make a dos program print in XP?
Thanks in advance.

Shawn Huston

Try this:

Assuming the DOS program prints to LPT1 and that the printer is on the
LPT1 port. Share the printer. Give it a sharename like HPDJ1200. Be sure
your computer has a name, say, MYPC. Then, go to a command prompt and type:

net use lpt1 /delete
net use lpt1 \\mypc\hpdj1200

Then exit the command prompt, and you should be able to print from DOS.
The commands above should leave LPT1 pointing at your shared printer
from now on. If for some reason DOS stops printing to LPT1 again, just
reissue the commands.

--
-the small one

All postings carry no guarantee or warranty, expressed or implied.
Proceed at your own risk, and perform system and data backups prior to
making changes to your system, and on a regular basis, to protect your
system.
 
Back
Top