Ok Lawrence,

i am going to assume that the Modular logon script is mapping drives, and doing everything else that it should be doing is this correct?

and that for some reason, it is not executing any custom scripts that you have instructed it to do.

1. the custon scripts are in the \scripts folder of the netlogon share right?

2. the config.ini file under [Other_Scripts] look some thing like this.

code:
[Other_Scripts]
;This is where you can tell your logon script launch other KiXtart scripts
;set status to ON if you want to run this Module
status = on

:Script library
ScriptLib = scripts\

;Set TotalActions to equal the total number of Scripts actions
TotalActions = 3

; you can specify by OS Type and Group Membership, to run only specific Scripts
; please see logon-readme.txt for a full explanation on "OS type" and "Group membership".
; action# = OS Type | Group Membership | script name

action1 = all|G!Domain users|inventory.kix
action2 = off|G!Domain users|xmas.kix
action3 = win9x|G!Domain users|mcafee.kix

Be sure to make Totalactions equal the total number of action/scripts that are to be ran.

if you could post this part of your config.ini... that could help.

Bryce