I have a kix script that deletes temp files in the users area on our cad server. The script is quite long and I don't want to include it in the main kix script all users run on startup.

I issue the command
call cleanup.kix
from the main kix script but all I get is
Script error : Error in expression. !

I've also tried the following
call "cleanup.kix"
call \\servername\netlogon\cleanup.kix
call "\\servername\netlogon\cleanup.kix"
call %0\..\cleanup.kix
call "%0\..\cleanup.kix"

What is it I'm missing here?

Thanks.