[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: script for USB printers
- Subject: Re: script for USB printers
- From: "Robert Holmgren" holmgren@xxxxxxxx
- Date: Thu, 8 Jun 2006 17:49:55 -0400
** Reply to message from "Philip Friedman" on Thu, 8 Jun
2006 12:10:56 -0400
> notably,
> net use \\HPLASERJ /DELETE gets me
> The network connection could not be found
NET USE LPT1[:] /DELETE
Kills network redirection of LPT1 -- it is now a local printer. You're not
"using" the HPLASERJ device -- it simply exists. What you're "net using" is
LPT1 as an alias for HPLASERJ.
-----------------------------
Robert Holmgren
holmgren@xxxxxxxx
-----------------------------