home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / sharew / exoten / rec / read.me < prev    next >
Encoding:
Text File  |  1990-10-26  |  1.9 KB  |  58 lines

  1.  
  2. This is the REC and Convert documentation disk.  It contains the following
  3. files (names given in CAPITALS), whose contents and purpose are described 
  4. in the interspersed text:
  5.  
  6.     REC86.EXE
  7.     CNVLIB.REC
  8.     
  9.     REC compiler and Convert library, respectively.  These are included
  10.     for convenience in the execution of AYUDA.REC, a help file utility.
  11.     (Ayuda is Spanish for help.)
  12.  
  13.     AYUDA.CNV
  14.     AYUDA.REC
  15.  
  16.     Convert source code and its REC translation for a help file utility.
  17.     Help files are structured as follows:
  18.  
  19.         Menu items (one to a line, no colons in the first column).
  20.         :Beginning of section (signalled by a colon on column 1;
  21.          one section per menu item)
  22.         :Copyright notice and hidden comments (never displayed by 
  23.          AYUDA)
  24.  
  25.     Given n menu items, there should be just n+1 lines starting with
  26.     a colon in the rest of the file.  A section may consist of a
  27.     single line
  28.  
  29.             ::xxx.HLP
  30.  
  31.     where xxx.HLP is a help file in the current directory or in any
  32.     of the directories listed in the PATH variable, to be loaded
  33.     when the corresponding menu item is selected.  Once loaded, it
  34.     remains in memory.  Files may be loaded limited only by the
  35.     available memory.
  36.  
  37.     If AYUDA is executed with no arguments (REC86 AYUDA), it searches
  38.     the current directory and those in PATH for files with extension
  39.     HLP, then prompts the user for a selection;  if there is an argument
  40.     (e.g., REC86 AYUDA CONVERT), the indicated file is loaded if found.
  41.  
  42.     CONVERT.HLP
  43.     CNVRT.HLP
  44.     CNVPRG.HLP
  45.     CNVADV.HLP
  46.  
  47.     Convert help files.  The first one has only three sections, each
  48.     of which loads one of the remaining three files.
  49.  
  50.     REC.HLP
  51.     REC3.HLP
  52.     REC4.HLP    
  53.     REC5.HLP
  54.     REC6.HLP    
  55.  
  56.     REC help files.  The first one loads the other four on demand (as
  57.     sections E, F, G and H, respectively).
  58.