CompuServe Messages

No K Directive

    04-Apr-95 13:45:32
Sb: #46387-No K Directive
Fm: Andy Finkel 70007,4173
To: Peter Oppenheimer 75117,2527
Your script is using redirection, and the version of Execute you are using is seeing that, and expecting variables. You can add .bra { .ket } to the script, or swap your redirection (use >out <int rather than <in >out ) or you can add a dummy .key statement to the beginning of the script. (the script probably being s:shell-startup, unless your shell icon specifies a different one) andy