if use as an example the following script:

open(1,"check.log",1)
writeline(1,"testregel"+chr(13)+chr(10))
close(1)

I get the result 0-40, which means that too many files are open (HUH!). I check config.nt and added files=120. When i think of it, i haven't rebooted yet. So i'll try that later. If anyone has any idea's please comment because is need it to write to a log file. I'm installing remotely the SUSS service to 400 workstations. I'll post the script later.

Gr. Frank