greetings, we use a netlogon.bat file as well, but we use it to call a VBscript. it works 99.999% of the time in our environment unless there's something wrong with the client. We haven't had any problems.
I can e-mail you our current working copies (sanitized of course) if you'd like to try it out. its nice because the way its written, you can interregate a group membership and map different drives based on that membership. we have specific groups for the logon script so its easy to administer. let me know, and I'll send them to you off list (its not really samba related.) or anyone for that matter. Fred > On 28 Aug 2007 14:09:00 +0200, Helmut Hullen <[EMAIL PROTECTED]> wrote: >> Hallo, John, >> >> Du (drescherjm) meintest am 28.08.07: >> >> >> My logon.bat file: >> >> >> @echo off >> >> >> >> NET TIME %LOGONSERVER% /SET /YES >> >> >> >> NET USE * /DEL /YES >> >> [...] >> >> > I have seen this with a similar script. What I have seen is that the >> >> > NET USE * /DEL /YES >> >> > finishes but does not always fully execute for all drives but is >> > waiting and running in the background. Then the drive mapping >> > actually succeeds and sometime after that (even a minute or two >> > later) the delete actually happens. If you can I think it is best to >> > avoid the delete. >> >> Or he writes >> >> start /w NET USE * /DEL /YES >> rem waits until succeeded >> > Thank You. I will check into that as my users are not very happy the 1 > out of 100 times this fails... > > John > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba > -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
