damn! you´re really fast, hold up, I can´t type that fast!
If I get the OU with dsquery, I have to pipe it to a text file, to use it in my kixscript..
which I have to open & readline to do anything with it in kix..
or is there a way to put the dsquery output in a kix var? something like
$var1=Shell "%COMSPEC% /C DSquery OU -name HR
cause when I remember this correctly this will only put the exitcode of the shell command in $var1, not the output..

thanks btw..