What was displayed is a description of the possible forms of the command.
This means that what you keyed does not conform syntactically with what the
command (net use) expects. Things inside square brakets ([]) are optional -
you use one of these if it is useful for what you want to do. Note that ":"
is not the same thing as "|" which in the Command Prompt window shows as a
split vertical bar because of the font used. The "|" indicates
alternatives. The ":" means literally the ":" character. The "/" is used
as a prefix for a named optional parameter (e.g. /persistent:[y|n]).
See below; I've added extra spaces to make it easier to see where they go.
net use lpt1: \\toaster\HPLaserJ /persistent:yes
See the explanation of "print server" at
http://members.shaw.ca/bsanders/Glossary.htm. Most of the "mini print
servers" are of type 4, although some come with software that adds a new
"Port Type". You may find that using the "printer pooling" option (see
"pool" on the same web page) will work just fine and is easier to set up.
Does this help?
--
Bruce Sanderson MVP Printing
It is perfectly useless to know the right answer to the wrong question.
"Bill N" <(E-Mail Removed)> wrote in message
news:832CF660-38A4-4D0F-BE40-(E-Mail Removed)...
> I've got the same issue at this time. System is wired lan, winxp home,
> hplaserjet 1200, computer has lpt1 active in hardware profile although I
> have no parallel port. I entered the following on the command line:
> C:\ net use lpt1: \\toaster\HPLaserJ/ persistent:yes
> The following was printed out on the screen:
> The syntax of this command is:
> NET USE
> [devicename : *] [\\computername\sharename[\volume] [password : *]]
> [/USER:[domainname\]username]
> [/USER:[dotted domain name\]username]
> [/USER:[username@dotted domain name]
> [/SMARTCARD]
> [/SAVECRED]
> [DELETE] : [/PERSISTENT:<YES : NO>]]
>
> NET USE <devicename : *> [password : *] /HOME
>
> NET USE [/PERSISTENT :<YES : NO>]
>
> C:
> I don't have any idea what all that means, help please.
>
> Bill
>
>