home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games Extra 1996 May / Amiga_Games_Extra_CD_5-96.bin / rexx / cberexx.rx next >
Text File  |  1994-10-02  |  595b  |  27 lines

  1. /*  CBE Arexx port tester.
  2.  *    Anthony J. Moringello
  3.  *   anthonym@alpha1.csd.uwm.edu
  4.  *
  5.  *  Usage:
  6.  *    rx CBERexx.rx <command> [parameter]
  7.  *
  8.  *  Commands:
  9.  *    QUIT                COPY   [key]
  10.  *    UNITS [units]        PASTE  [key]
  11.  *   UP    [unit]        TOP    [unit]
  12.  *    DOWN  [unit]        END    [unit]
  13.  *    LOCK  [unit]        SELECT [unit]
  14.  *   FREE  [unit]        VIEW   [unit]
  15.  *    ACTIVE              UPDATE
  16.  *    INACTIVE
  17.  *    WINDOW <SHOW | HIDE | JUMP>
  18.  *   CLEAR  [unit | FREE | ALL ]
  19.  *
  20.  *  See docs for complete usage description.
  21.  */
  22. options RESULTS
  23. PARSE ARG CBEcmd
  24.  
  25. ADDRESS CBERexx.1 CBEcmd
  26. if result ~= 0 then say result
  27.