Thursday, January 12, 2006

To disconnect persistent LPTx connections

The Problem:- I redirected LPT2 to a network printer using NET USE LPT2
\\server\printername but now I want to cancel the assginment.
When I try NET USE LPT2 \\server\printername /DELETE I get "Local device
is already in use".

Resolution:-To disconnect persistent LPTx connections, use the following syntax:
net use lpt2/delete

No comments: