home *** CD-ROM | disk | FTP | other *** search
-
- These two listings comprise a method of interfacing to ARexx,
- to start up an independant process that comunicates with the
- calling program.
-
- The sequence is like so:
-
- 1. The host requires the services of ARexx, and Initiates a
- seperate process (maybe for a macro) that executes an ARexx
- program.
-
- 2. The ARexx program, realizing that it needs to talk to it's
- owner, sends information in the form of strings or result codes.
-
- 3. When both the host and ARexx decide that their function is complete,
- terminate gracefully, cleanup and go back to buisness.
-
- If you have questions, please ask (be prepared to wait some, I
- may not get back to the net every day).
-
- Hope this helps,
- -Steve Berry-
-