So you buy a new printer.  Chances are, it is a USB interfaced printer.  Another thing you may not have realized is that one of your legacy applications only supports LPT printing.  Here’s a trick to still use your shiny new USB printer with your legacy application.

  1. Install the printer as instructed in the manual that accompanied it
  2. Share the printer
  3. Verify the printer is shared
    net share
  4. Map the Printer to LPT1
    net use LPT1 \\localhost\PrinterName /persistent:yes