home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d516 / rexxview.lha / RexxView / RexxView.doc < prev    next >
Text File  |  1991-07-20  |  691b  |  43 lines

  1.     RexxView Doc
  2.     by Martin Kees
  3.     
  4.     RexxView is a CLI utility that monitors the REXX
  5.     port. Information is listed to a file describing
  6.     each message received by REXX.
  7.     
  8.     USAGE:
  9.     
  10.     rexxview  outfile
  11.     
  12.     e.g.
  13.     
  14.     rexxview con:0/0/640/100/rv
  15.     
  16.     rexxview PRT:
  17.     
  18.     
  19.     Rexxview is terminated by sending the string:
  20.     
  21.     closerexxview 
  22.     
  23.     to the REXX port. This may be done from a shell by:
  24.  
  25.         rx closerexxview
  26.  
  27.         Output for each message is of the form:
  28.  
  29.         From Task: TheTaskSendingToRexx
  30.         Action: RXXCOMM
  31.         Modifier: RXFB_STRING
  32.         Arg0: 'the command string'
  33.  
  34.     
  35.     JForth source code is in the file rexxview.f.
  36.     
  37.  
  38.  Martin Kees
  39.  1116 Road 68 
  40.  Pasco, WA 99301
  41.  
  42.  bix:mkees
  43.