#to rx or not to rx
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