CompuServe Thread

#Arexx problem

3 messages in this thread
#28558From: Mark BettsOct 1, 1992 2:33 PM
I'm just starting to get into Arexx as I'm now using Autopilot, and would like to make up some scripts. On looking at an Arexx script for Autopilot I came across the following clause; address command 'waitforport Handson_rexx' Now my question is this ,what does the COMMAND part mean as I can not find any reference to it in the Amiga manual. Mark(UK)
#28563From: Hayward IgnatovichOct 1, 1992 6:27 PM
COMMAND indicates that the "waitforport Handson_rexx' command should be issued directly to DOS. "COMMAND" is on page 10-76 of the Arexx section of Amiga manual.
#28665From: Mark BettsOct 3, 1992 4:37 AM
Thanks Hayward, Infront of my eyes and I couldn't see it, thanks again. Mark(UK)