home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 164.lha / ARexx / Flist_etc / readme < prev    next >
Text File  |  1988-04-28  |  698b  |  23 lines

  1.  
  2.  These two listings comprise a method of interfacing to ARexx,
  3. to start up an independant process that comunicates with the
  4. calling program.
  5.  
  6.     The sequence is like so:
  7.  
  8. 1. The host requires the services of ARexx, and Initiates a
  9. seperate process (maybe for a macro) that executes an ARexx
  10. program.
  11.  
  12. 2. The ARexx program, realizing that it needs to talk to it's
  13. owner, sends information in the form of strings or result codes.
  14.  
  15. 3. When both the host and ARexx decide that their function is complete,
  16. terminate gracefully, cleanup and go back to buisness.
  17.  
  18. If you have questions, please ask (be prepared to wait some, I
  19. may not get back to the net every day).
  20.  
  21. Hope this helps,
  22.     -Steve Berry-
  23.