home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / s.lbr / SLTRAP.HZP / SLTRAP.HLP
Encoding:
Text File  |  1991-11-18  |  1.3 KB  |  33 lines

  1. ;
  2.                                   SLTRAP.RCP                                  
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                2k (13)   DAD2  1.2        Paul Pomerleau 1/86      Z3RCP2
  6.  
  7.   1- Usage                                                                    
  8.  
  9.  
  10.  
  11.  
  12.    SLTRAP is  a handy-dandy IO grabber.  The command  'KEY' is used  to change
  13. the key which is used as a TRIGGER.
  14. :1
  15.  
  16. LIST device:
  17.  
  18.    The  disk file is opened by the command 'LOPEN filename.typ' where 
  19.    filename.typ is  the  name of  the file  to hold output.  To close 
  20.    the file (write the  text to  disk and  finish the file properly), 
  21.    the command is 'LCLOSE'.
  22.  
  23. CONSOLE device:
  24.  
  25.    The disk file is opened by  the command 'SOPEN filename.typ' where 
  26.    filename.typ is  the name  of  the file  to hold output.  The text 
  27.    printed on the screen will not be saved  to file until the TRIGGER 
  28.    KEY is pressed.  Pressing the TRIGGER KEY again will stop the flow 
  29.    of text to  the  designated file.  You may  start  and stop screen 
  30.    trapping  all  you like.  The  default TRIGGER  is '^\'.  'SCLOSE' 
  31.    closes the file.
  32.       SHVAR varx this is a test   <-- define VARX to "THIS IS A TEST" 
  33.  as MBASIC, dBASE