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

  1. ;
  2.                                    SETFILE.COM                                
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5. SETFILE.COM    1k (4)    FC94  1.1        Bruce Morgen 2/89        Z3COM8
  6. SETFILE.CIM    1k (4)    007F  1.1        Bruce Morgen 2/89        Z3COM8
  7.  
  8.   1- Syntax  2- Notes  3- Error Messages  4- Examples of Use                  
  9.  
  10.  
  11.  
  12.    SETFILE sets the name of  ZCPR3 System  File n (where n  is  1 to 4) to the
  13. indicated ambiguous filename.  If no afn is given, the current contents of the
  14. indicated System  File  are displayed.  A  file  number is  required.  SETFILE
  15. allows file names  to be  used  with shell  programs, MENU, VMENU, SAK, ALIAS, 
  16. etc.  SHOW can be used to indicate which system files are active.
  17. :1
  18.  
  19.  
  20.    Syntax:  SETFILE n afn
  21.  
  22.         or  SETFILE n
  23. :2
  24.  
  25.  
  26. SETFILE Notes:
  27.  
  28.    a. ZCPR3 System Files are referenced  by some  of the ZCPR3 utilities, MENU
  29.       and ALIAS in particular.   SETFILE is the means by which the contents of
  30.       these file name buffers is defined.
  31.  
  32.    b. Version 1.1 adds Type 3 safety header and proper help display. 
  33. :3
  34.  
  35.  
  36. SETFILE Error Messages:
  37.  
  38.    "Invalid File Name Number (not 1-4)" 
  39.  
  40.    - a valid file number was not given after the SETFILE verb (SETFILE n afn).
  41. :4
  42.  
  43.  
  44. Examples of Use:
  45.  
  46.    a. SETFILE 1 myfile.txt     <-- System File 1 is set to MYFILE.TXT
  47.  
  48.    b. SETFILE 4                <-- the name of System File 4 is displayed