System error 67- Need help!!

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

I am using the Net Use command trying to map a shared W2K
printer to an LPT port. I am using the context as such:

net use LPT2:\\"computer name"\"printer name"


It comes back with the error message:

System error 67 has occurred.

Can anyone shed some light as to what this error means or
can anyone tell me if I am doing something wrong? Thanks a
bunch!!


Chris
 
You do not need the quotes unless there is a space in the sharename. Also
the whole string should be quoted including the \ separating the sharename

67 ERROR_BAD_NET_NAME <--> 0xc00000cc STATUS_BAD_NETWORK_NAME

--
Alan Morris
Microsoft Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/default.aspx?scid=fh;[ln];kbhowto

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top