would you have a link for that? Or is that the one that has a link saying click here for a better explination?
If you installed the netlogon rpm then it's in there already ... look around.
Look under "Login Script Manager" then you will see this ....
Modify Windows login script
Below you can modify the login script template.
You can use special tags '#ifg groupname1, groupname2...', '#ifu username1, username2...', '#ifm machinename1, machinename2...', '#ifa archtype1, archtype2...' and '#endif' to create blocks of script that are only included if those criteria are met.
See this example to get a better idea.
Click on the example and you will see this ...
Example Login Script
Below is an example login script which utilises all of the special '#ifx' tags:
@ECHO OFF
ECHO Welcome to the XYZ computer network
ECHO -----------------------------------
ECHO.
#ifg finance, receipting
REM Map financedata iBay for finance and receipting groups:
NET USE F: \\server\financedata
#endif
#ifu fred
REM Say hello to Fred
ECHO Hello Fred!
#endif
#ifm fast-pc, speedy, killer-p3
REM Map the IT printer for the above named computers:
NET USE LPT1: \\server\itprn
#endif
#ifa Win95, WinNT
REM Run a virus update check on the Windows NT and 9x PCs:
call \\server\utils\files\virus\update.bat
REM The available Architectures are:
REM WinNT = Windows NT or 2000
REM Win95 = Windows 95 or 98
REM WfWg = Windows for Workgroups
#endif
The netlogon.bat you have won't work ... don't try and use the windows type format with this setup.
The netlogon front page has a choice of what you want the home drive to be .. let it control the home drive.
As for the rest play around with it till you get the setup you need .... and remember the netlogon will only work if you log into the domain ... it won't work on Windows home ed or Vista home etc.
Hope this helped.
Regards
Tib.