From memory, I had a script where it was tokenizing a number of other scripts in different directories. If the path had a space in it, it would act like it tokenized it, the return error was 0, but nothing happened. If I remember correctly, the only way I could get it to work was to use "CD directory" and then it would work.

The failing code looked something like this, where the $dirs all had a space in them, and kix32 was not in directory of the tokenized script.

 Code:
for eache $dir in $dirs
  $cmd='kix32.exe' + $dir + '\script.kix -t'
  shell $cmd
  ? @serror
  ? @result
next


Not a fix for the issue, but I wonder if a tokenize function within kix would be useful for this type of use?


Edited by Allen (2012-08-27 07:07 AM)