home *** CD-ROM | disk | FTP | other *** search
- /* CBE Arexx port tester.
- * Anthony J. Moringello
- * anthonym@alpha1.csd.uwm.edu
- *
- * Usage:
- * rx CBERexx.rx <command> [parameter]
- *
- * Commands:
- * QUIT COPY [key]
- * UNITS [units] PASTE [key]
- * UP [unit] TOP [unit]
- * DOWN [unit] END [unit]
- * LOCK [unit] SELECT [unit]
- * FREE [unit] VIEW [unit]
- * ACTIVE UPDATE
- * INACTIVE
- * WINDOW <SHOW | HIDE | JUMP>
- * CLEAR [unit | FREE | ALL ]
- *
- * See docs for complete usage description.
- */
- options RESULTS
- PARSE ARG CBEcmd
-
- ADDRESS CBERexx.1 CBEcmd
- if result ~= 0 then say result
-