Print out of a DOS Appl. on Networked Printers

D

Dennis

I have a small Network with a print that is connected to
the network via network cable not LPT1. My Windows Apps.
print great to printer but my dos apps. need LPT1 to be
Captured and redirected to the IP address of my printer.
How do I Capture the printer port.

Thanks,
Dennis

p.s. don't laugh about the old DOS apps. I only need them
from time to time.
 
K

Kevin Longley

In a logon script or at the command prompt you can use the followign
function:

NET USE LPT1: \\COMPUTER\SHARENAME /PERSISTENT:NO
 

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