home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / ZCAT / RCPTRAPS.LBR / SCRTRAP.DOC < prev    next >
Text File  |  2000-06-30  |  1KB  |  29 lines

  1.            SCREEN-TRAP RCP
  2. Version 1.0 -- Paul Pomerleau -- January 1, 1986
  3.  
  4. SCREEN-TRAP RCP is an RCP for ZCPR3 systems.  It captures output
  5. going to the console device and puts it into a disk file.
  6.  
  7. The disk file is opened by the command
  8.     OPEN filename.typ
  9. Where filename.typ is the name of the file to hold all output. 
  10.  
  11.   The text printed on the screen will NOT be saved to file.  TEXT
  12. WILL NOT BE SAVED UNTILL YOU HAVE PRESSED THE TRIGGER KEY. 
  13. Pressing the trigger key again will stop the flow of text to the
  14. designated file.  You may start and stop screen trapping all you
  15. like.  The default trigger is ^\.
  16.  
  17. Use the command
  18.     KEY
  19. to change the key which you would like to use a a "Trigger".
  20.  
  21. To close the file (Write the text to disk and finish the file
  22. properly), the command is
  23.     CLOSE
  24.  
  25. Have fun.
  26. Paul Pomerleau
  27.  
  28. I can be reached at Lillipute Z-Node, (312) 649-1730.
  29.