NET USE works with capturing printer ports.
NET USE LPT2: \\MACHINENAME\PRINTERSHARE /PERSISTENT:YES
Can't get NET UNUSE to work with XP.
Anyone have the correct command line?
NET UNUSE LPT2: does not work
NET UNUSE LPT2 does not work
Solution:
NET USE LPT2: /DELETE
Note: Never capture to yourself. It works with XP without an error and nothing will print after doing it.
In previous versions this might have produced an error.
NET USE LPT2: \\MACHINENAME\PRINTERSHARE /PERSISTENT:YES
Can't get NET UNUSE to work with XP.
Anyone have the correct command line?
NET UNUSE LPT2: does not work
NET UNUSE LPT2 does not work
Solution:
NET USE LPT2: /DELETE
Note: Never capture to yourself. It works with XP without an error and nothing will print after doing it.
In previous versions this might have produced an error.
Comment