Is it a quotes issue? have you tried wrapping the scripts you're calling in quotes?
 Code:
call "test2.kix"
call "\\server1\netlogon\test3.kix"

Or putting the full path to both scripts?
 Code:
call @ScriptDir+"\test2.kix"
call "\\server1\netlogon\test3.kix"


Edited by ShaneEP (2017-03-15 03:20 PM)