CompuServe Messages

#ARexx Shell Myster

    20-Nov-92 20:53:27
Sb: #ARexx Shell Myster
Fm: Hayward Ignatovich 71550,14
To: All
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.