Has anyone had success capturing LPT1 for printing to a network printer. MS web site had some command line method I have not been able to make work.
Has anyone had success capturing LPT1 for printing to a network printer. MS web site had some command line method I have not been able to make work.

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
All the time! The syntax is:
NET USE LPT1 servershared_printer_name
So, if the printer server was PRTSRV1 and the printer's name was HP1200, it would be:
NET USE LPT1 PRTSRV1HP1200
-Mark