| 
I have a script test.kix which has the following
 call test2.kix
 call \\server1\netlogon\test3.kix
 
 the call to test2.kix which lives in the same local directory as test.kix runs
 
 I then get an error
 ERROR: expected FUNCTION name!
 Script: \\server1\netlogon\test3.kix
 
 running the same script with a previous version works
 
 
 Edited by Jon_Dolinar (2017-03-14 07:44 PM)
 
 |