home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 529a.lha / rexxview / rexxview.doc < prev    next >
Encoding:
Text File  |  1991-07-03  |  446 b   |  33 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.
  24.     
  25.     JForth source code is in file rexxview.f
  26.     
  27.  
  28.  Martin Kees
  29.  1116 Road 68 
  30.  Pasco, WA 99301
  31.  
  32.  bix:mkees
  33.