If I put quotes around the call with the number it does now work in 4.67

Since the original program was a variable I had to use
$var = "\\server1\netlogon\test.kix"
$var = chr(34) + $var + chr(34)
call $var