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 / ALIAS-1.LBR / ALIASES.HLP < prev    next >
Text File  |  2000-06-30  |  7KB  |  189 lines

  1. ;
  2.                         Help System for Online Aliases
  3.  
  4. Online Aliases are described here.  Whenever an alias is created, place
  5. details of its operation within this help file for later reference.
  6.                  --------------------------------------------
  7.  
  8. A - GS        Get Spelling
  9. B - DIR       Directory Listing with Options
  10. C - SEE       Display COMMAND.LBR Files to Console
  11. D - GH        Get Help using online HLP files
  12. E - CAT       Access Discat Catalog System
  13. F - GP        Get Parameters Passed by Utilities
  14. G - GLF       Get Library Files
  15. T - TERM      Describe Alias used to run TERM III
  16. U - UNERA     Show and Recover Erased Files
  17. W - WF        Word Frequency in File
  18. :g
  19.  
  20.  
  21.                               Get Library Files
  22.  
  23. GLF shows the files within declared library file and then prompts for the
  24. file list to extract.  Wild cards in the names are permitted as is multiple
  25. names separated by commas.
  26.  
  27.   Syntax:
  28.           glf //<cr>       Short help message
  29.           glf<cr>          Error message
  30.           glf libname<cr>  Show directory of files within
  31.                            declared library file, then prompts
  32.                            for file list.
  33.  
  34. At prompt, enter desired files to extract:
  35.  
  36.                              fn.ft,fn2.ft2,*.ft3
  37.  
  38. GLF uses LLF, GETVAR, and RESOLVE utilities, all located in ROOT directory.
  39. :f
  40.  
  41.                                Get Parameters
  42.  
  43. GH displays a list of parameters that expand and are passed to command
  44. processor.
  45.  
  46.   Syntax:
  47.           gp //<cr>      display a short help message
  48.           gp<cr>         display table of parameters on console
  49.  
  50. Parameters and their expansion for ALIAS, ARUNZ, RESOLVE, SH, VFILER, MEMU,
  51. MENU, and ZEX are compared in table format.
  52.  
  53. VID utility is used to display file PARAMS.TBL using screen highlightling.
  54. Both VID and TBL are in ROOT directory.
  55.  
  56. :w
  57.  
  58.                                Word Frequency
  59.  
  60. Display word count, unique words, and words used only once in selected file.
  61. Also scan table of words and number of times each is used.
  62.  
  63.   Syntax:
  64.           wf //<cr>          get internal help message
  65.           wf fn.ft<cr>       get word statistics on fn.ft file
  66.           wf b12:fn.ft<cr>   get word statistics on fn.ft on directory b12:
  67.  
  68. WF uses WORDFREQ utility from Oasis Systems to analyse file.
  69. :u
  70.  
  71.                         Show and Recover Files Erased
  72.  
  73. UNERA potentially recovers files that have been erased.
  74.  
  75.   Syntax:
  76.           unera<cr>              <-- show files capable of being recovered
  77.           unera <filemask><cr>   <-- recover files, wild cards and
  78.                                      file1,file2,etc. form permitted
  79.  
  80. UNERA uses ZCPR3 utility UNERASE to display and potentially recover erased
  81. files.  Disk system is automatically reset after recovery, updating
  82. directory area of disk system.
  83.  
  84. If too many deleted copies of file exist on disk recovery is not possible.
  85. Using CLEANDIR often removes these de-allocated segements making recover
  86. more probable.
  87. :e
  88.  
  89.                     Access Z-System Discat Catalog System
  90.  
  91. CAT is used to search for files in Master Catalog.  Catalog stores location
  92. of files by disk name and number.
  93.  
  94.   Syntax:
  95.           cat<cr>             <-- Enter Discat Menu in CAT directory, usually
  96.                                   disk/user area A8:
  97.           cat <filemask><cr>  <-- Search for files indicated by files
  98.                                   on command line; * and ? permitted.
  99.                                   Mask may take form of file1,file2,etc.
  100.  
  101. Files associated with Discat System are placed in CAT directory.
  102. :a
  103.  
  104.                            Get Spelling Alias
  105.  
  106. GS uses FIND utility of Oasis Systems to scan main dictionary, MAINDICT.CMP,
  107. for word declared on comand line.  FIND is part of The Word Plus 45,000-
  108. word spelling check and correction system.
  109.  
  110.   Syntax:
  111.             gs <word><cr>
  112.  
  113.   Examples:
  114.             gs //<cr>        get short help message
  115.             gs cal*<cr>      find words beginning with "cal"
  116.             gs ??ing<cr>     find five-letter words ending in "ing"
  117.             gs cal???<cr>    find six-letter words starting with "cal"
  118.             gs s?t?r<cr>     display five-letters words starting with s,
  119.                              having t for middle letter, and ending with r
  120.             gs california    see if spelling of word is correct            
  121.  
  122. Words may be up to 19 characters in length.  As indicated <word> may contain
  123. wild cards "?" and "*" to assist in locating specific words desired.
  124.  
  125.  
  126.  
  127. GS works from any directory.  FIND is in A15:ROOT directory.  Dictionary
  128. is in public directory A6:PRIVATE.
  129.  
  130. Other The WORD Plus utilities are LOOKUP to assist in determining word
  131. spelling, and DICTSORT which sorts column of single words, end word ending
  132. with carriage return. 
  133. :b
  134.  
  135.                                  DIR Alias
  136.  
  137. DIR uses ZCPR3 transient DIRnn to display disk file directory using one or
  138. more trailing options.  These options are A=All Files, S=System Files Only,
  139. H=Horizontal Sort, P=Print, V=Vertical Sort, and T=Sort by File
  140. Type/Name Toggle.
  141.  
  142.   Syntax:
  143.           dir<cr>           <-- shows all files on current directory
  144.           dir //<cr>        <-- shows built-in help
  145.           dir du:*.*<cr>    <-- shows all files on declared directory
  146.           dir du:*.com<cr>  <-- shows all COM files on declared directory
  147.           dir *.* ht<cr>    <-- shows all files in current directory sorted
  148.                                 horizontally by file type
  149.           dir *.* hp<cr>    <-- sends all files to printer, horizontally
  150.                                 sorted by file name
  151.  
  152. DIR alias uses built-in help of DIRnn.COM transient.  DIR alias is in A15:ROOT
  153. directory but works from any directory.
  154. :c
  155.  
  156.  
  157.                                 SEE Alias
  158.  
  159. SEE displays files in a two column sort contained in COMMAND.LBR.  Shows
  160. each file size by record (128-bytes per) and kilobytes rounded to next higher
  161. allocation block, CRC and library index value.  SEE has a send-to-printer and
  162. a built-in help option.
  163.  
  164. SEE uses ZCPR3 library utility LLF.COM, List Library Files.
  165.  
  166.   Syntax:
  167.           see //<cr>    get internal help message
  168.           see<cr>       show files in COMMAND.LBR on ROOT directory
  169.           see p<cr>     show on console and send to printer
  170.  
  171. SEE works from any directory.  Both SEE and COMMAND.LBR are in ROOT directory,
  172. conventionally A15 drive/user area.
  173. :d
  174.  
  175.                                Get Help Alias
  176.  
  177. GH works from any command line.  It goes to HELP directory, A12, and shows
  178. HLP and HQP files available.  After responding to prompt, user entered 
  179. help file of his choice.
  180.  
  181.   Syntax:
  182.           gh //<cr>     get internal help message
  183.           gh<cr>        get full system help on selected topic
  184.  
  185. GH uses ZCPR3 transient utility DIR, and shell variable tools GETVAR and
  186. RESOLVE.  GH works from any directory.
  187. :t :term3
  188. 
  189. GH uses ZCPR3 transient utility DIR, and shell variable tools