LPT1/LPT2

K

KenP

Hi All,
I know I'm probably dating myself, but does anyone remember those old DOS
programs that only had LPT1 & LPT2 printer port options for printer setup?
Well, I still have one those ole programs (I know I should upgrade and
probably will one day), and need to know if anyone knows how to trick the DOS
program print utility to print to an USB port? Or ???

Any help will be greatly appreciated.
K
 
L

Lem

KenP said:
Hi All,
I know I'm probably dating myself, but does anyone remember those old DOS
programs that only had LPT1 & LPT2 printer port options for printer setup?
Well, I still have one those ole programs (I know I should upgrade and
probably will one day), and need to know if anyone knows how to trick the DOS
program print utility to print to an USB port? Or ???

Any help will be greatly appreciated.
K

See: http://members.shaw.ca/bsanders/printfromdos.htm

--
Lem -- MS-MVP - Networking

To the moon and back with 2K words of RAM and 36K words of ROM.
http://en.wikipedia.org/wiki/Apollo_Guidance_Computer
http://history.nasa.gov/afj/compessay.htm
 
N

Nil

I know I'm probably dating myself, but does anyone remember those
old DOS programs that only had LPT1 & LPT2 printer port options
for printer setup? Well, I still have one those ole programs (I
know I should upgrade and probably will one day), and need to know
if anyone knows how to trick the DOS program print utility to
print to an USB port? Or ???

I don't know if it can be done or not, but if it can't, maybe you can
print to a file and then print the file in a separate operation.

If you have a network printer available, you can map LPT1 to it - do

NET USE LPT1 \\servername\sharename

and then print to it from a DOS session - hopefully the DOS program
will see the printer port, too.

You can map a drive letter to a local share as well, so I bet you could
map to a locally shared USB printer, too. I have no way to test that
now, but you might.
 
B

Bruce Chambers

KenP said:
Hi All,
I know I'm probably dating myself, but does anyone remember those old DOS
programs that only had LPT1 & LPT2 printer port options for printer setup?
Well, I still have one those ole programs (I know I should upgrade and
probably will one day), and need to know if anyone knows how to trick the DOS
program print utility to print to an USB port? Or ???

Any help will be greatly appreciated.
K


Create a network share for the printer (This can be done even if
your PC is the only member of its workgroup), and then use the Net Use
command to redirect the DOS output. For example:

NET USE LPT1 \\ComputerName\PrinterShareName /PERSISTENT:YES


--

Bruce Chambers

Help us help you:


They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. ~Benjamin Franklin

Many people would rather die than think; in fact, most do. ~Bertrand Russell

The philosopher has never killed any priests, whereas the priest has
killed a great many philosophers.
~ Denis Diderot
 
M

M.I.5¾

KenP said:
Hi All,
I know I'm probably dating myself, but does anyone remember those old DOS
programs that only had LPT1 & LPT2 printer port options for printer setup?
Well, I still have one those ole programs (I know I should upgrade and
probably will one day), and need to know if anyone knows how to trick the
DOS
program print utility to print to an USB port? Or ???

Many USB to parallel port leads come with a driver that intercepts calls to
LPTx: and redirects them to the USB/LPT lead. However, it is vital to check
before purchase because this is not universal, and problems have been
reported with some applications not working reliably with the redirected DOS
interface on some such leads.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top