Hello...I am trying to use the crypter.kix found here...

http://81.17.37.55/board/ultimatebb.php?ubb=get_topic;f=2;t=002979

If I use the suggested syntax I get an error stating the script was not found. It still creates the ccs file. I then get errors within the script when I run the ccs file that dont happen when I run it without encrypting it first.

;for encryption-> CodeC 2.0.kix $script=myscript.kix [$mode=long]

code:
wkix32.exe crypter.kix $script=script.kix [$mode=long]

;for decryption-> CodeC 2.0.kix $script=myscript.kix.ccs

code:
wkix32.exe crypter.kix $script=script.kix.ccs

Any ideas?