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

  1. ;
  2.                                     SHFILE.COM                                
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                1k (5)    0056  1.1        H. Goldstein 8/89        Z3COM8
  6.  
  7.   1- Syntax  2- Notes  3- Examples of Use                                     
  8.  
  9.  
  10.  
  11.    SHFILE displays or  sets the name  of the shell variable file to be used by
  12. SH.  SHFILE may be executed while SH is not running, if desired.
  13.  
  14.    Vs. 1.0 by R. Conn, 3/84.
  15. :1
  16.  
  17.  
  18.    Syntax   SHFILE        <-- display name of shell variable file
  19.  
  20.         or  SHFILE ufn    <-- set name of shell variable file
  21. :2
  22.  
  23.  
  24.  SHFILE Notes 
  25.  
  26.    a. SHDEFINE and SHVAR define variables  to  be placed  into  shell variable 
  27.       files.  SHFILE defines which shell variable file will be used by SH when
  28.       it executes.
  29.  
  30.    b. When SH and SHVAR execute, the named  variable file they  deal with must
  31.       reside in the root directory.
  32.   
  33.    c. Vs 1.1 updates
  34.       - reorganizes code and converts to Zilog mnemonics.  
  35.       - adds help screen and a patchable quiet flag  that can  be toggled from
  36.         the command line with the Q option
  37. :3
  38.  
  39.  
  40.  Examples of Use 
  41.  
  42.    a. SHFILE             <-- display name of shell variable file
  43.    
  44.    b. SHFILE myvars.var  <-- define name of shell variable file