@echo off
echo —=== Deleting any old LPT1-setting ===—
net use lpt1: /d
echo —=== now installing the LPT1 ===—
net use lpt1: \\IP\sharedprinter /user:”username” /persistent:yes password
@echo off
echo —=== Deleting any old LPT1-setting ===—
net use lpt1: /d
echo —=== now installing the LPT1 ===—
net use lpt1: \\IP\sharedprinter /user:”username” /persistent:yes password