CompuServe Messages

#to rx or not to rx

    28-Jan-95 14:20:36
Sb: #to rx or not to rx
Fm: Bart Mathias 72017,1005
To: all
I can't figure out from my WShell manual why I get the following kind of results when I run a certain ARexx program by typing its name at the prompt: –> 1 Unknown command 1 30 *-* open('newtext',outfile,'w'); +++ Command returned 20 –> 77 Unknown command 77 52 *-* writeln('newtext',outline); +++ Command returned 20 –> 1 Unknown command 1 52 *-* writeln('newtext',outline); +++ Command returned 20 If I type rx at the prompt, followed by the program name, it runs with no backtalk. What additional info should I provide, in order that someone could answer my query? Bart Mathias