|
Thanks for all the quick response- I did change the environment accordingly. Kix on W98 is still having issues. I have installed kix32 ver 4.20 on my Win2k domain and copied dll's kx32,kx16,and kx95 to the c:\windows dir locally. I installed all other dll, exe's on the netlogon shares of all DC's in domain. I did a kxrpc -install and have the service running for RPC on all DC's. I ran kix32 script.kix /r=elir (tried them all) - Made INI to registry keys with no luck. When I log into the W98 pc, the login script runs but nothing that's in the IN GROUP loop will execute unless I go out to the netlogon share and do it manually (this works). I do get (Failed to load KX32.dll) in the KiXtart.log file, figuring it can't find RPC server which I pointed it to with the /r=L switch. Below is a test environment. I hate to keep asking and I read the manuals which I tried their solutions, but I look for superior knowledge of the pro's. ------log.bat----- START /WAIT %0\..\wkix32.exe %0\..\hello.kix /r=il -------------------------------- --------hello.kix--------------- SHELL "winset.exe USERNAME=@USERID"
IF INGROUP("PRO\Administrators") ?"print this statement" sleep 5 ENDIF
IF @ERROR=o ?@ERROR ;(this always prints 0-no errors) ENDIF
-------------------------------------------------
-------KiXtart.ini---------------------- [KXRPCMapping] PRO=\\pmdusrepdc01 Default=\\pmdusrepdc01 -------------------------------------------------
W2k Works fine and again W9x works fine when manually run from Netlogon.
Thanks for all your insight Dave KiX amatuer..
|