T
Tom Rudski
In Win98 I knew how this code works, now on W2K
Professional I am getting an error.
Code:
Status = WNetAddConnection(SvrName,Password,DriveLetter)
Error:
"The local device name is invalid."
In Win98, I use to use:
SvrName = "\\<Server name>\IPC$", also used the IP Addr.
Password as "11111' or "Guest"
Drive <any available drive letter>
Is the error from W2K OS?
I tries assigning a drive to my within my own PC and still
get the error.
I think I don't know how to format the NCname param.
I tried attaching to known drive letter server name i.e.
\\law\trudski$\. That produced the same error.
Why can't I even attach to my own internal address?
Any ideas.
TIA
Professional I am getting an error.
Code:
Status = WNetAddConnection(SvrName,Password,DriveLetter)
Error:
"The local device name is invalid."
In Win98, I use to use:
SvrName = "\\<Server name>\IPC$", also used the IP Addr.
Password as "11111' or "Guest"
Drive <any available drive letter>
Is the error from W2K OS?
I tries assigning a drive to my within my own PC and still
get the error.
I think I don't know how to format the NCname param.
I tried attaching to known drive letter server name i.e.
\\law\trudski$\. That produced the same error.
Why can't I even attach to my own internal address?
Any ideas.
TIA