home *** CD-ROM | disk | FTP | other *** search
/ 5 Star Games: Windows Edition / 5StarsGames-Windows31Edition.iso / elftree / autoexec.doc < prev    next >
Text File  |  1993-02-06  |  4KB  |  87 lines

  1. (C) Copyright 1988-1993 by Alan J. Avery, Springfield, Illinois
  2.     ALL RIGHTS RESERVED
  3.  
  4. ======================================================================
  5. These commands may need to go in your AUTOEXEC.BAT file.  Each of them
  6. assumes that ELFTREE was installed in C:\TREE.
  7. ======================================================================
  8. If you have DOS 2.X, add this:
  9.  
  10.    SET ELFTREEPATH = C:\TREE
  11. ======================================================================
  12. Add C:\TREE to the end of your PATH variable, like this:
  13.  
  14.    PATH C:\DOS;C:\TREE;
  15.  
  16. ======================================================================
  17.    REMOVABLE MEDIA or RAM DISKS
  18. ======================================================================
  19. If your computer has removable disk drives (such as cartridges, optical
  20. media or floppy diskettes) or a RAM disk, you may want ELFTREE to store
  21. the tree maps for one or more of them in the root directory of those
  22. drives.  The advantage is faster access to the disks once the tree maps
  23. have been built.  Here's how to do this for drives [E] and [F]:
  24.  
  25.    SET ETMAP=ef
  26.  
  27. If you want the tree maps stored with all of the other tree maps, use
  28. UPPER CASE letters instead of lower case.  For example:
  29.  
  30.    SET ETMAP=EF
  31.  
  32. This is recommended only for drives where you seldom change disks.
  33.  
  34. Upper and lower case can be combined, so you can say:
  35.  
  36.    SET ETMAP=eF
  37.  
  38. Note: If a drive is removable, tree maps will ONLY be stored if they are
  39. included in this list.  Thus, if A: and B: are floppy drives, tree maps
  40. will otherwise NOT be stored for them at all.  If a non-removable drive
  41. appears in this list (such as a RAM disk), tree maps are stored where you
  42. have indicated.
  43.  
  44. ======================================================================
  45.    CD-ROM DRIVES
  46. ======================================================================
  47. CD-ROM drives present a special challenge because you cannot store tree maps
  48. on them, and growing the tree can a LONG time.  ELFTREE recognizes which
  49. drives are CDROM (conforming to the MSCDEX standard) and will store a tree
  50. map for each unique platter with the other tree maps.
  51.  
  52. For all other drives for which you want this service, or to indicate that
  53. you don't want this services for a CDROM, you must define an environment
  54. variable called ETMAPCDR.  Here's how to do it for drive G:
  55.  
  56.    SET ETMAPCDR=G        (Note: Use G to activate it, and g to deactivate it)
  57.  
  58. For these disks, ELFTREE builds a 'key' for each platter that it scans, and
  59. uses this key to tell it what file the tree map is stored in.  So, when you
  60. insert a disk for which a tree map has already been built, ELFTREE will
  61. determine which file has the tree map and load it immediately.
  62.  
  63. Notes: If a disk letter is used in both the ETMAP and ETMAPCDR environment
  64. variables, the ETMAP one takes precedence.  Up to 1000 tree maps can be
  65. tracked automatically, and these use names like ETMAPCDR.###, where ###
  66. is a number from 000 to 999.
  67.  
  68. ======================================================================
  69.    ADVANCED FEATURES - NETWORKS and RAM DISKS
  70. ======================================================================
  71. When using ELFTREE on a network by several people, each one will need a place
  72. to store menus, tree maps, etc.  This is specified with the ETFIND variable.
  73. Use a unique directory for each person using it, like this:
  74.  
  75.    SET ETFIND=C:\TREE\MARY
  76.  
  77. To let MARY run ELFTREE from a RAM disk, just copy ET.EXE, ELFTREE.CHL and
  78. ETT.BAT to her RAM disk, change her PATH to include it and set ETFIND to
  79. C:\TREE\MARY.
  80.  
  81. ======================================================================
  82. To tell ELFTREE which drives to include when using the Find or Space commands,
  83. use the ETDRIVES variable (shown for drives [C] through [G]):
  84.  
  85.    SET ETDRIVES=CDEFG
  86. ======================================================================
  87.