home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / r.lbr / RECORD.HZP / RECORD.HLP
Encoding:
Text File  |  1991-11-18  |  3.1 KB  |  77 lines

  1. ;
  2.                                   RECORD.COM                                  
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                3k (19)   AF9B  3.1        Bruce Morgen 12/90       Z3COM5
  6.  
  7.   1- Syntax/Options  2- Notes  3- Error Messages  4- Examples of Use          
  8.  
  9.  
  10.    RECORD  controls the disk output facility of the redirectable I/O  drivers.
  11. Copies  of Console and Printer outputs can be created in disk files by the use
  12. of this facility.   Use it to access either the local disk system (such as the
  13. I/O Recorder package by Joe  Wright) or a remote computer running T3SERVER (as
  14. described in the TERM3 documentation).
  15.  
  16.    Vs 1.0 (12/82) by R. Conn.
  17. :1
  18.    Syntax   RECORD ON or OFF            <--console recording
  19.  
  20.         or  RECORD ON or OFF PRINTER    <-- printer recording 
  21.  
  22.  
  23.   Options   ON    <-- enable recording
  24.  
  25.            OFF    <-- disable recording
  26.  
  27.              P    <-- reference printer     
  28. :2
  29.  RECORD Notes - 1/2 
  30.  
  31.    a. For  RECORD to  operate, it  must be implemented in the redirectable I/O
  32.       drivers.  
  33.  
  34.    b. RECORD is indirectly tied into DEVICE.   To begin recording output  onto 
  35.       disk files,  1) RECORD  has to  turn the  appropriate Driver  on, and 2) 
  36.       DEVICE has to select the appropriate Driver.   Turning RECORD OFF during 
  37.       a recording session,  closes the output file and makes it available  for 
  38.       other uses. If RECORD is later turned ON, the output file may be deleted 
  39.       (if the same file is selected to record into).  However, if a new device 
  40.       is  selected while RECORD is ON (say,  DEVICE CON:=CRT is issued),  then 
  41.       recording  is suspended (not turned off) until the recording  device  is 
  42.       selected  again.   With  this capability,  if it looks like a  recording 
  43.       session  is  not going well,  recording can be  suspended,  the  problem 
  44.       fixed, and then recording can be resumed.
  45.  RECORD Notes - 2/2 
  46.  
  47.    c. Vs 3.1 updates (12/23/90, Bruce Morgen):
  48.       - Type 4 version supporting  command line  quiet  mode,  Z-System  Quiet
  49.         Flag, Program Error Flag set if a recording IOP is not loaded, etc. 
  50.       - Incorrect terms replaced by standard device names -- "CRT" now "CON:,"
  51.         "TTY" now "LST:."  
  52.       - A quiet query mode (RECORD [/]Q) implemented to check for the presence
  53.         of a recording IOP without starting or stopping recording.
  54.       - The directory for CONSOLE.FIL or  PRINTER.FIL can now be selected with
  55.         the DU: or DIR: form, although older versions of IOREC will only honor
  56.         this for the first RECORD ON [P[RINTER]] execution.
  57. :3
  58.  Error Messages 
  59.  
  60.    "I/O Driver Address NOT Defined"
  61.       
  62.       - there's no I/O Package in this ZCPR3 System
  63.  
  64.    "Disk Driver Module NOT Loaded"
  65.    
  66.       - the I/O Package does not support the RECORD facility
  67.  
  68.    "No I/O Driver Module Loaded"
  69.  
  70.       - LDR has not been run to load an *.IOP file
  71. :4
  72.  Examples of Use 
  73.  
  74.    a. RECORD ON          <-- turn on recording for the console
  75.  
  76.    b. RECORD ON P        <-- turn on recording for the printer
  77.