Recent content by sjshaffer

  1. S

    How do you map LPT1 to an IP address in windows 7?

    If you want to map a remote printer to an LPT you can use net use under a command window net use lpt1 192.168.1.1 /persistent:yes NET USE [devicename | *] [\\computername\sharename[\volume] [password | *]] [/USER:[domainname\]username] [/USER:[dotted domain name\]username]...