If you or your client is using an old-DOS based program to do work (for example, Wordperfect for DOS) – and you need to print to a printer which is shared on the network, you first need to map the printer to an LPT port. You do this by using the following command in a dos prompt (Start -> Run -> cmd):

net use lpt3 \\SERVER_NAME\PRINTER_NAME

You can then set up your dos program to print to lpt3 and it will be sent to that printer. To print right from the command line, you could use the following syntax:

copy c:\test.txt lpt3

2 comments
  1. i want to print a dos application from local dmp printer connected to lpt3 port of my computer.please help me.

  2. i want to print a dos application from local dmp printer connected to lpt3 port of my computer.please help me.

Comments are closed.

You May Also Like

Apache’s mod_proxy with Exchange’s Outlook Web Access

Apache’s mod_proxy module is simply one of the best Apache modules out…

Installing LogMeIn Hamachi on the Nokia N800 to join your PVPN

In case you were wondering, I just invented the phrase PVPN –…

Skype Me

I’m trying to get more people to contact me via Skype rather…

Installatron WordPress Upgrade Disables Plugins

I just found a quick tip on the Installatron forums. By default…