|
In usmgr I have a bat file called log.bat (contents below) %0\..\wkix32.exe %0\..\hello.kix
This calls (hello.kix) from the netlogon shares from all DC with RPC loaded as a service Kix ver 4.20
HELLO.KIX contents----- ------------------------------------------------- SHELL "winset.exe HOMEDIR=@USERID" IF INGROUP("pro\G-Linthicum_Users") USE G: "\\PMDUSLINFILE01\@USERID$" USE M: "\\PMDUSLINFILE01\share" USE W: "\\PMDUSLINFILE01\WINAPPS" ?"print this statement" ENDIF ----------------------------------------------- Its just a small script mapping some drives according to a Win2k Domain - When logging on to Win98- Its says loading login script but no mappings ever occur- But- when going to the same win98 pc and opening Network Nei to the DC netlogon share and running the BAT file manually IT WORKS FINE> DOes anyone have any suggestions on why this is?
Thanks Dave
|