Displaying 1 result from an estimated 1 matches for "a_share".
Did you mean:
_share
2004 Apr 11
0
netlogon, logonscript halts on error
..., to creates a username.bat file, which mounts all the drives,
that users is alowed to write or read.
My problem is that the winlogon script does not excecute properbly on a
domain logon.
This is a typical logonscript:
NET USE * /DELETE /YES
NET USE H: \\SERVER\username /YES
NET USE Q: \\SERVER\a_share /YES
NET USE J: \\SERVER\another /YES
The bat-file excecutes all lines if I call it directly on
//SERVER/netlogon/username.bat. It DOES throw a error sometimes, either
because no drives are mounted, or because they are already mounted, I'm
not realy sure, but it unmounts and mounts the driv...