This sounded vaguely familiar -
I got error when I run kix script at first time.
use i: "\\bstl_svr3\DocMK11$"
use j: "\\bstl_svr3\ShareDoc"
It looks like the /no is a "left-over" from DOS -
quote:
C:\>net use /?
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}]
If we look at the manual, we see:
quote:
USE LIST
USE <* | "device" | "resource"> /DELETE [/PERSISTENT]
USE ["device"] <"resource"> [/USER:user] [/PASSWORD:password] [/PERSISTENT]
Per Howard's comments: The switch /no is not valid.
Note:Jens recommendation for KiXtart versions < 4.x holds true.
Note 2:When using a $ in a share, you MUST have permissions applied appropriately.
To summarize your issue -
"All Windows 9x/Me users login fine with no errors."
"All Windows NT/2k users generate the 1208 errors, but once you login you can re-run the script and all is well."
Questions- Is this a new domain?
- Do any of your users attach via W2k on the initial login?
- Are the permissions applied properly to the "Administrative" or $ share?
- Do your user's Logins generate entries into the Event Log?
Kent
[ 21. November 2002, 05:45: Message edited by: kdyer ]