Bryce,First off, you da man. I'd like to thank you for posting your code to the board. I'm new to Kixtart and find that people like you make my job (as well as learning curve) a lot easier. I however have a question for you...
Let me setup my environment...
I have 56 center, all of these centers have a t: drive that is mapped to a different dir on the same server. Each of these locations has a Global group assigned to them....
IE
Center #503 all users at that center are in-group 503-usr
Center #002 all users at that center are in-group 002-usr
Etc.
Their T drive is as follows
Center #503 T:\\server1\s00503
Center #002 T:\\server1\s00002
Etc.
Now my question...
Instead of writing 56 different actions in the config.ini file is there a way to write one action with a wild card.
IE
action1 = all|G! "center #" + USR |\\server1\sc00 + "center #" |w:
I found on the board this script
if $dialedin = "NO"
$index = 0
$psft = "no"
$group = "1"
WHILE $psft <> "yes" AND LEN("$group") <> "0"
$group = EnumGroup($index)
$ingr = INSTR("$group","psoft")
if $ingr <> "0"
$psft = "yes"
else
$psft = "no"
$index = $index + 1
endif
LOOP
endif
But due to my inexperience with Kixtart it has confused the heck out of me.
I do not know if you can place wildcards in the ini file and I think (if I have read this help file correctly) I can run a script before hand that will pass the variable off to the ini file. But still, my poor little brain just will not wrap itself around this problem. If you or anyone else on this borad can help I would be very thankfull.
[This message has been edited by FreRange (edited 03 May 2001).]
[This message has been edited by FreRange (edited 03 May 2001).]