Printing across network using DOS product

J

Jay

Printed connected to a computer on teh network. Using DOS
software capabale of Printer ports 1-9.

Using Win 98 I could set up a print capture to direct my
print across the network to the attached printer.

How do I print from my DOS app across the network with XP??


Jay
 
D

Davide Guolo

Jay,
How do I print from my DOS app across the network with XP??

If your DOS app.is already sending all the correct escape sequences for your
printer, and the printer is capable to recognize them (i.e. it's not a
Windows-only printer), then:

NET USE LPT1 \\computer\shared_printer

To remove the redirection:

NET USE LPT1 /D

If you want to print from your DOS app. to Windows-only printers and virtual
printers (like faxmodems and PDF writers), then have a look at Printfil.

Kind regards,
Davide Guolo
--------------------------------------------------------------
Printfil - Windows Printing System for Applications
http://www.guolo.com/printfil
Odbc4All - Connection to ODBC Data Sources for any Application
http://www.guolo.com/odbc4all
--------------------------------------------------------------
 

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