#ARexx Shell Myster
To all
I have run into a problem that I don't understand why it is occuring.
Arexx script that runs fine from Wshell but when run from a Amigashell it
has a problem unless I change one line of the script.
Here is the section of the script that runs from Wshell.
address command 'run ram:Edplayer'
waitforport Edplayer
address Edplayer 'Load ram:circus.mod'
adrress command 'wait 5'
address Edplayer 'Play'
When I run this from a Amigashell I get a 'host environment not found'.
Even though the script has run Edplayer and its port is open.
Now when I take the first line of the script and break it into two lines
address command
'run ram:Edplayer'
It runs ok from a Amigashell or Wshell.
Why should this occur? Inquiring mind wants to understand.