Isn't this fun!!
Now we have
C:\DOCUME~1\Mike\MYDOCU~1\MYWEBS~1\BLINDA~1>net use lpt1:
\\D5LDYM11\EPSONC42 /p
ersistent:yes
System error 66 has occurred.
The network resource type is not correct.
So we have gotten past the syntax errors. Looking up system errors shows a
range from 600 to 800 which makes 66 the sign of a medium beast.
And every time this fails, for some reason the camera interface program
last installed opens 3 copies, each of which steps through 3 screens to be
closed.
"Michael W. Ryder" wrote:
> Bruce Chambers wrote:
> > Mike1942 wrote:
> >> Well, I gave the printer a short name as stated in Help and added the
> >> line given to a batch file run during STARTUP
> >> This is the result (copied from command page)
> >> C:\DOCUME~1\Mike\MYDOCU~1\MYWEBS~1\BLINDA~1>net use lpt1:
> >> \\D5LDYM11\EPSONC42 /persistent
> >>
> >> You used an option with an invalid value.
> >>
> >> 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}]
> >>
> >>
> >> More help is available by typing NET HELPMSG 3505.
> >>
> >> Suggestions for fixing this would be welcome.
> >>
> >
> >
> > As the error message shows, the command should have been:
> >
> > NET USE LPT1 \\D5LDYM11\EPSONC42 /PERSISTENT:YES
> >
> > You placed a what may have been superflous colon (
after the
> > device name (LPT1), and then didn't complete the persistence switch
> > (option with invalid value).
> >
> >
> According to the Net Help output the device should be LPT1:
>