Hi everyone.
Just wanted to say your suggestions worked very well with just a little modification.

Here is what I ended up doing.

Open(1,"\\server\kixlog$\main2.txt",5)
WriteLine(1,@userid+" Ran "+@scriptname+@date+@time+@crlf)
Close(1)

Basicly created a hidden share with write permission for everyone. I know this is a bit of a security risk, but this is only for a short time untill I determine which scrupts are being used.

Thanx for all your help.