Link to home
Start Free TrialLog in
Avatar of sgard
sgard

asked on

Capturing a Printer port

I have a Win95 system with a deskjet 820Cse on the machine's
only parrallel port (LPT1:).  It works fine from the Windows
applications.  When I try to print from a Dos box using either:
    type foo > lpt1
    type foo > prn
Nothing happens.  I tried enabling printer sharing and using
    type foo > \\Juno\\deskjet
I get a network error.

Someone mentioned printer port capture being necessary
for dos mode printing.  Is this true, and if so how do
I do it.  My printer is called 'deskjet' (yes I know, it is
not very original).  

What do I do enable dos mode printing while not destroying
my windows printing.
Avatar of alona041797
alona041797

Tried writing:

type foo > lpt:
      or
type foo > prn:

... Otherwise, you're creating files called lpt and prn...
ASKER CERTIFIED SOLUTION
Avatar of jlu
jlu

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sgard

ASKER

The printer has been installed to allow printing from DOS.
The printer properties show spooling from dos enabled.
Still no printing.