I THINK I FOUND IT ! !
1. with the groups configured in the config.ini .... there seems to be a problem with those groups... somehow (have to find out what exactly happens later)it screws something up with the groups and stuff.... so it didn't find them....
after the answer from bryce above - I changed everything to w!myworkstation to see what happens
(didn't get this out of the readme before)
but it still wasn't running
BUT !
2. after playing around in the logon.kix with those nice ? the
code:
IF OS($data[0]) = 1 AND GroupCode($data[1]) = 1 AND $Mstatus = "on"
call "$runpath$ModuleLib$Module"
? $Mstatus GroupCode($data[1]) OS($data[0])
? "XX: "$runpath$ModuleLib$Module
endif
call didn't fire up the modules, but at least it came into this IF (because of the w!myworkstation
)
from there, it was just a small step to the manual for the "call" command, and see there - I removed the " around the command yesterday, just because I discovered somewhere else that it might help (it helped at the other place, can't remember exactly where right now, but it runs with the " and without them...
so, i just put them into place - and it runs ! !
thnks a lot to bryce for his patience and everything ! ! !
owe you a beer
.Ralph