ok - i wasn't aware of the fact that UDF's were to be called from a kix scripts. i'm tring to figure out how to call them and i found the FAQ. however, i'm having a hard time making sense of it.

i saved the kyder script as outlook.udf

how would i execute it from my other script? i tried following the faq - but it's just not making sense. my head is totally fried at this point. i've got the script in the netlogon share alond with the UDF, but the UDF wont execute.
Code:
break on
;placing the CALL here works
call @lserver + 'Netlogon\outlook.udf'
get $_
Exit 1
 


could someone please hold my hand through this? i feel like a total moron.