This is inside my main script file


 PHP:
$SCRIPTPATH = "\\mycomputer123\C$\Users\me123\Desktop\myscript\Scripts" ? 'I get here' Call "$SCRIPTPATH\Functions.kix" ? 'I dont get here'

**If I try to call the script without quotes it will get past the call but it will not run the functions.kix script**

this is inside of Functions.kix


 PHP:
? 'I dont get in here'



what I see after starting the script.
************************************

I get here
ERROR : expected FUNCTION name!
Script: \\mycomputer123\C$\Users\me123\Desktop\myscript\Scripts
\Functions.kix


************************************

this script works with version 4.66 I am trying to update it to 4.67, to see if I can get windows 10 to call the correct fileversion from .dll files



Edited by Schavuit (2017-03-22 04:47 AM)