home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / ET301.ZIP / FEATURES.ET < prev    next >
Text File  |  1993-12-28  |  35KB  |  679 lines

  1.  
  2.  
  3.  
  4.              Description of ELFTREE (TM) v3.01S:  (US$35-US$50; FREE SHIPPING)
  5.  
  6.              by Alan J Avery, developer (member ASP)
  7.                 1408 Noble Ave
  8.                 Springfield, IL 62704-3450
  9.                 (217)698-8600
  10.                 CompuServe ID: 73077,3605
  11.  
  12.         ELFTREE is an integrated suite of hundreds (maybe thousands) of
  13.         file, directory and program management utilities.
  14.  
  15.         ELFTREE can be used from the keyboard or mouse.
  16.  
  17.         Yes, there are many programs in the marketplace that have some
  18.         of its features, but there are MANY features in ELFTREE that are
  19.         better or faster than the features in these standalone utilities.
  20.  
  21.         For example, some programs can find all files that match a single
  22.         file specification, and print a list of these files.  In ELFTREE,
  23.         you can look for files that match any of a group of specifications
  24.         (or exclude the ones that are in the group), AND the full range of
  25.         file/program management features can be applied to these files -
  26.         you can tag selected ones for copying, editing, archiving, printing,
  27.         etc., pop up a menu to perform a user-defined action against them,
  28.         change the date/time stamp, etc.
  29.  
  30.         Which is more useful to you?
  31.  
  32.         Here is a list of the major features in ELFTREE:
  33.  
  34.      ******************************************************************
  35.  
  36.         File display:
  37.         =============
  38.  
  39.      o  Tap [F1] or [?] for help.  [F1] gets you into the ELFTREE.HLP
  40.           file, which you should read to learn about ELFTREE's many
  41.           powerful features.  Use the Print tool to print this file.
  42.           The [?] key is for a quick reference chart to tell you what
  43.           keys are available to you at that moment.
  44.  
  45.      o  Use the [F10] key to set a group of file specifications to gather
  46.           whenever you enter a directory.  For example, you can set it up
  47.           to exclude EXE, COM and BAT files, or to display only those files
  48.           that have their archive flag set.  You can also search for names
  49.           that DOS can't handle, such as *ELF*, which means "has ELF in
  50.           the name".  Here are some examples of specs you can use:
  51.  
  52.             README  - Name must be "README".
  53.             ???     - Name must have exactly three characters.
  54.             ET*.*   - Names that begin with "ET".
  55.             *.EXE   - Names with an extension of "EXE".
  56.             *ELF*   - Names with "ELF" somewhere.
  57.             *A*B*C* - Names with "A", "B" and "C" (in that order).
  58.             A*B*C   - Names that start with "A", end with "C" and have "B"
  59.                        somewhere between them.
  60.  
  61.      o  Use the [F2] key to sort the files displayed in any of thousands
  62.           of ways, or reorder the files temporarily for processing.  There
  63.           are 4 levels of sorting, and you can sort the files at each level
  64.           by Name, Extension, Size, Date/Time, Disk Order, Attribute, Tag,
  65.           Percent Slack Space, Date only, or Time only.  Use the [F5]
  66.           key to rearrange the display as needed for special processing when
  67.           sorting alone won't put the files in the order you desire.
  68.  
  69.      o  Search for a file in the current list as you type it.  Tap [=] to
  70.           activate the search, then just start typing.  If more than one
  71.           item matches what you typed, tap [Down] to highlight the next
  72.           match in the list, or [Up] to highlight the previous match.  You
  73.           can use non-DOS names here, such as *ELF* to find a file with
  74.           "ELF" in the name.
  75.  
  76.           To find a file starting with a particular number or letter, press
  77.           [Alt] and tap the key with the number or letter desired.  For
  78.           example, [Alt+E] will find the next file that starts with "E".
  79.  
  80.      o  Tap [F3] or [X] to open up the DOS Gateway window.  Tap [Enter] to
  81.           shell to DOS (ET+DOS uses only 6K of RAM), or enter a command
  82.           and run it from this window.  Dozens of programmable symbols
  83.           let you build commands of incredible variety and complexity.
  84.           For example, you can create a command to archive all tagged
  85.           file, but have it ask you to enter the name of the archive when
  86.           it is executed.  Here's an example of such a command:
  87.  
  88.           PCZIP -a {Input}"Enter archive name:" @{Temp}
  89.  
  90.           When this command is run, ELFTREE will pop up a box with the
  91.           prompt "Enter archive name:" in it (quotes are not used).  The
  92.           response provided is inserted directly into the command, then
  93.           the rest of the command is resolved and it is executed.  The
  94.           symbol {Temp} provides the name of a file that has the name of
  95.           all tagged files inside it (it is created automatically just
  96.           before the command is carried out).
  97.  
  98.           In addition to commands entered through the DOS Gateway, you
  99.           can build an unlimited number of menus of commands that are
  100.           attached to the [U] and [Alt+F1] through [Alt+F12] keys, or
  101.           to any file extension (40 extensions per directory).  Up to
  102.           100 commands can be put in a single menu, and each selection
  103.           can consist of multiple commands connected by '^' symbols.
  104.           Menus can be nested 10 levels deep and can have comments,
  105.           special help, etc.  Plus, if you make ELFTREE start up in a
  106.           menu (see Customize menu under Miscellaneous Settings), you can
  107.           set up ELFTREE for a friend or customer as a menu-driven way for
  108.           them to get into their favorite applications!
  109.  
  110.           Here is a list of the special symbols available for commands:
  111.  
  112.         Group 1 - Macro symbols that provide objects for commands:
  113.  
  114.         Symbol      Alternate   Description
  115.         ========    =========   ===========================================
  116.         {CName}         #C      Drive:\Path\Name.Ext of current file
  117.         {Date}          #V      Current date
  118.         {Dext}          #]      Extension of current directory
  119.         {Dir}           #|      Name.Ext of current directory
  120.         {Dname}         #[      Name of current directory
  121.         {Drive}         #4      Current drive (e.g. [A:])
  122.         {Editor}        #ü      Name of currently defined editor.
  123.         {ETFind}        #Ç      Path to ETFIND directory.
  124.         {Ext}           #E      Extension of current file
  125.         {FName}         #F      Name.Ext of current file
  126.         {FDate}         #G      Date of current file
  127.         {FNote}         #7      Note on current file
  128.         {FTime}         #H      Time of current file
  129.         {FSize}         #5      Size of current file (flush left)
  130.         {LDrive}        #?      Former drive (e.g. [C:])
  131.         {List}          #L      Execute command against list of tagged files
  132.         {LPath}         #/      Formerly displayed path
  133.         {Name}          #N      Name of current file
  134.         {Page}          #P      Current page (use for printing)
  135.         {Path}          #\      Currently displayed path
  136.         {RSize}         #6      Size of current file (right-justified)
  137.         {Temp}          #@      Insert name of filenames of tagged files
  138.         {Time}          #X      Current time
  139.  
  140.         Group 2 - Macro symbols that control command actions:
  141.  
  142.         Symbol   Alternate      Description
  143.         ======== =========      ===========================================
  144.          ^                      Join multiple commands
  145.         {COM1}          #A      Send string to serial port COM1
  146.         {COM2}          #B      Send string to serial port COM2
  147.         {DInput}        #0      Default response to user input query
  148.         {ExitC}         #.      Exit to current directory after completion.
  149.         {ExitO}         #,      Exit to original directory after completion.
  150.         {Free}          #*      Free file space before executing program.
  151.         {GTag}          #8      Run command group for each tagged file
  152.         {Input}         #I      Ask user for input to a command.
  153.         {LPT1}          #1      Send string to printer port LPT1
  154.         {LPT2}          #2      Send string to printer port LPT2
  155.         {LPT3}          #3      Send string to printer port LPT3
  156.         {Macro}         #J      Stuff ELFTREE keyboard buffer for macro
  157.         {Menu}          #é      Displays menu, puts on command line.
  158.         {MoveTo}        #D      Move to program directory before executing.
  159.         {NoSaveTag}     #}      Don't save file tags before executing command.
  160.         {NoWait}        #!      Don't wait for a key after command execution
  161.         {Nozero}        #Y      Don't shrink to 0K
  162.         {Prompt}        #Q      Prompt user with message before continuing
  163.         {Repeat}        #R      Repeat last command until user stops
  164.         {Repeatall}     #M      Repeat all commands until user stops
  165.      ** Note: {Repeat} and {Repeatall} work even when shrinking to 0K RAM!!
  166.         {Retag}         #O      Re-tag file after execution completes
  167.         {SaveTag}       #{      Save file tags before executing command.
  168.         {Stuff}         #K      Stuff DOS keyboard buffer before execution
  169.         {Tag}           #T      Run command for each tagged file
  170.         {UInput}        #U      Response to previous user input command
  171.         {UMenu}         #â      Response to previous {Menu] or {XMenu}.
  172.         {V25}           #(      Select 25-line video mode (all displays).
  173.         {V43}           #)      Select 43-line video mode (EGA only).
  174.         {V28}           #-      Select 28-line video mode (VGA only).
  175.         {V50}           #=      Select 50-line video mode (VGA only).
  176.         {VKeep}         #9      Keep current video mode.
  177.         {Wait}          #W      Wait for a key after command execution
  178.         {XMenu}         #ä      Displays menu, does NOT put on command line.
  179.         {Zero}          #Z      Shrink to 0K prior to command execution
  180.  
  181.           Tap the [O] key to immediately shell to DOS.
  182.  
  183.           Tagged files retain their tags even when you run a program from
  184.           ELFTREE (this can be disabled)!  When you return to ELFTREE,
  185.           any files that were deleted, changed or created will be included
  186.           in the list of files shown as well!!!  ELFTREE is the FIRST such
  187.           program to offer this feature.
  188.  
  189.      o  Tap [F4] to customize ELFTREE from within!  Change the colors,
  190.           the type of lines used for borders, the editor or format program
  191.           to use, the speed of your keyboard, or dozens of other settings.
  192.           Also, there are numerous command-line switches to determine how
  193.           much memory ELFTREE should use for files, directories, etc.
  194.           Once you've changed an ELFTREE setting, a simple tap of [F9]
  195.           saves it until you change it again.
  196.  
  197.           You can set up ELFTREE so it starts up in a menu, at the Files
  198.           display or at the Tree display.  If you enter a filename on the
  199.           command line when starting ELFTREE, it will automatically put
  200.           that file in the viewer for you.
  201.  
  202.           The [Tab] and [Shift-Tab] keys change the way files are
  203.           displayed.  There are 4 formats to choose among, one of which
  204.           displays file names, with any associated notes to the right.
  205.  
  206.           For EGA/VGA displays, the [Ctrl+V] key changes to the next
  207.           available video mode.  For EGA, the choices are 25/43 lines
  208.           per screen.  For VGA the choices are 25/28/50 lines.  In addition,
  209.           if you start up ELFTREE in a nonstandard video mode that has at
  210.           least 80 columns, it can use that mode directly.  So, if your
  211.           video card can display 43 rows by 132 columns, you can get
  212.           ELFTREE to use that as well by starting it up in '25' line mode.
  213.  
  214.           The [Y] key cycles through 6 date formats for files.
  215.  
  216.           The [;] key cycles through 6 time formats for files.
  217.  
  218.           The [,] key toggles whether a comma or a period separates each
  219.           group of three digits in a large number.  ELFTREE also uses the
  220.           information supplied by a COUNTRY command to set these values
  221.           at startup.
  222.  
  223.           The [%] key toggles whether percent slack space or attributes
  224.           are displayed for each file.
  225.  
  226.           The abbreviations that ELFTREE uses for days of the week and
  227.           months of the year are stored in the configuration file and can
  228.           be changed with a simple text editor.
  229.  
  230.      o  Change to drive 'A' by tapping [Shift+A] (or B, C, etc.).  ELFTREE
  231.           can work with local, CDROM or networked disks with equal ease.
  232.  
  233.      o  Delete one or more files by tapping [Delete] or [F7].  ELFTREE can
  234.           be programmed to not prompt you before erasing files, but the
  235.           default is on the side of caution.
  236.  
  237.      o  Want to get back to the last directory you were in?   Tap [F8] and
  238.           you are taken there instantly.  Tap [F8] again to return to the
  239.           directory you just left.  Want to compare the files in the two
  240.           directories?  Select Tag Diff from the menu bar, then choose [S]
  241.           to compare the files byte-by-byte, or [F] to just look at file
  242.           attributes such as size, date/time stamp, etc.  This is MUCH
  243.           FASTER than trying to compare them visually.
  244.  
  245.      o  The menu bar on the top line allows single-key access to many
  246.           common operations.  For example, [C] is for the Copy tool,
  247.           [P] is for the Print tool, etc.  The highlighted letter is
  248.           the key to tap to access that tool.
  249.  
  250.      o  Change attributes for files and directories.  Set or clear the
  251.           flag for read-only, archive, hidden or system.
  252.  
  253.      o  Copy/Move files from any drive/directory to any drive/directory,
  254.           even across a network.  Plus, conflicts are met intelligently:
  255.  
  256.          oo Before replacing a file, you can:
  257.  
  258.              Rename the source file.
  259.              View the target file.
  260.              Edit the target file.
  261.              Copy only those files that are newer.
  262.              Append to the target file.
  263.              Compare the source file byte-by-byte with the target to see
  264.                if they are identical or different.
  265.  
  266.          oo If you are copying to floppies and run out of formatted
  267.              diskettes, ELFTREE lets you format a fresh batch on the
  268.              fly, then resumes copying automatically!
  269.  
  270.              You can specify the format program to use as well as a
  271.              menu or line of parameters to select from when needed.
  272.  
  273.          oo If there is not enough room to store all of the files on
  274.              the disk, you can insert another and continue, skip over
  275.              the file that won't fit, or quit copying/moving.
  276.  
  277.          oo To copy/move to the same directory on the target disk, just hold
  278.              down the [Alt] key when selecting the target disk.  For example,
  279.              to copy/move from C:\WORK\DATA to A:\WORK\DATA, just tap [Alt+A]
  280.              when presented with a list of drives to select from.
  281.  
  282.          oo To copy/move to the current directory on the target disk, just
  283.              hold down the [Shift] key when selecting the target disk.  For
  284.              example, to copy/move from C:\WORK\DATA to drive A:, just tap
  285.              [Shift+A] when presented with a list of drives to select from.
  286.  
  287.          oo To duplicate the highlighted file, tap ["] and give a name
  288.              for the file.  If the file already exists, you can use the
  289.              conflict resolution just described to compare the two files,
  290.              edit/view the other one, etc.
  291.  
  292.          oo To combine multiple files into one, tap [&] after you have
  293.              tagged the files, indicate where you want the resulting file
  294.              to be copied, and give it a name.
  295.  
  296.          oo If a note is attached to a file, it is copied/moved to the
  297.              target directory automatically if the file does not already
  298.              exist in that directory.
  299.  
  300.          oo If you want to copy/move files to a directory that does not
  301.              exist, just create the directory on the fly!
  302.  
  303.          oo To copy/move files to more than one directory in one step, just
  304.              tap the [Space] key to tag the directories to copy them to.
  305.  
  306.      o  Edit one or more text files simultaneously.  ELFTREE's registered
  307.           version can be ordered with a superb editor that can:
  308.  
  309.          oo Be easily customized - colors, tab stop settings, video mode,
  310.              auto-save, backup of original file, define whitespace,
  311.              printer port and # of lines per mailing label.  For example,
  312.              you can put the current line in a different color from the
  313.              rest of the displayed text for the file (this makes it much
  314.              easier to determine which line the cursor is on!).
  315.  
  316.          oo Copy or delete text from one file and paste it into another.
  317.              This can also copy/delete/paste columns of text.  A block of
  318.              text can also be printed, saved to another file, converted
  319.              to UPPER, Proper or lower case, or printed as mailing
  320.              labels (assuming the file is formatted for it).
  321.  
  322.          oo Copy/delete/paste individual lines of text, or duplicate the
  323.              current line with a single keystroke - [Alt+"].
  324.  
  325.          oo Delete all text to the end of the current line - [Alt+K].
  326.  
  327.          oo Edit multiple files at once in full-screen mode (one file
  328.              appears on the screen at a time, and you can step from one
  329.              file to the next by tapping [Alt+N]).  Copy a block from one
  330.              file to a buffer, then move to another file and paste it.
  331.  
  332.          oo Find matching bracket characters.  For example, if you put the
  333.              cursor on a ')' and tap Ctrl+[ the cursor will move backward
  334.              to the matching '('.
  335.  
  336.          oo Merge a file into the one currently being edited at the current
  337.              cursor position.
  338.  
  339.          oo Move a character, word, line or page at a time through the file,
  340.              or jump to any particular line instantly.
  341.  
  342.          oo Move the current line to the top or bottom of the display.
  343.  
  344.          oo Record up to 11 keyboard macros that can be instantly played
  345.              back by tapping the corresponding key.
  346.  
  347.          oo Reenter the last text character typed.  This is especially handy
  348.              for entering repeated instances of a graphics character.
  349.  
  350.          oo Search for text (case sensitive or not), or perform a search
  351.              and replace operation with lightning speed.  (How fast?
  352.              Would you believe it can change 3000 occurrences of a phrase
  353.              in a 400K file in under 3 seconds?)
  354.  
  355.          oo Show a chart of all 256 ASCII characters, and enter any ASCII
  356.              character except NULL (0).
  357.  
  358.          oo Undo all changes to the current line in one step.
  359.  
  360.      o  Gather 16000 files from across 1000 directories and work with
  361.           them as if they were in the same directory!  This is MUCH
  362.           MORE sophisticated than programs that just list the files
  363.           that match the criteria you specified.  From the list of files
  364.           that are gathered by ELFTREE, you have access to the FULL
  365.           RANGE OF FILE MANAGEMENT utilities built into it!!!  So, you
  366.           can edit or view any file in the list, run programs against
  367.           them, copy or move them to another drive/directory, print
  368.           their contents or a list of them, tag files with duplicate
  369.           names, etc.  Incredible!!!
  370.  
  371.           You can gather files by a combination of criteria, including:
  372.  
  373.           Name (or group of names) and attribute.  For example, you can
  374.             search for all EXE, COM or BAT files in one simple step, OR
  375.             all files EXCEPT these!
  376.  
  377.           Content - Type in the text to look for, enter the file name(s)
  378.             to search in (or to omit), and proceed.  ELFTREE's search
  379.             routines are coded in Assembler for optimum speed, and are
  380.             often as much as twice as fast as standalone utilities.
  381.  
  382.           Date range - Enter the range of dates to allow, and enter the 
  383.             file name(s) to search in (or to omit), and proceed.
  384.  
  385.           You can search any or all drives available to you through
  386.           ELFTREE, including those on a network or CD-ROM.  If you are
  387.           searching on a single disk, you can also tag the directories
  388.           that you want included in the search.
  389.  
  390.           Once the list of files is gathered, you can save the list to
  391.           a file and retrieve it at a later date, or freshen the files
  392.           in such a list.
  393.  
  394.           Tap [F11] to quickly gather all files that match the current
  395.           file specification across all disks, or [F12] to just gather
  396.           those files from the current disk.
  397.  
  398.      o  Attach notes to files in a directory, or erase notes that are
  399.           attached to specific files.  These notes can be any of the
  400.           following types: Normal, 4DOS and ProFinder.
  401.  
  402.           ELFTREE can read/write notes directly in each of these formats.
  403.           You can easily select the option you prefer from ELFTREE's
  404.           extensive customization menus, accessible via the [F4] key.
  405.  
  406.           Once notes are attached to files, you may want to change the
  407.           file display to make the notes appear next to the file name.
  408.           The [Tab] key in ELFTREE changes the file display to a number
  409.           of different layouts - just pick the one you want.
  410.  
  411.           You can also tag files based on whether a particular phrase
  412.           or word is in the file's note.
  413.  
  414.           If a note is attached to a directory tree map, it is displayed
  415.           when the tree map is shown, on the line just below the Path.
  416.  
  417.      o  Print file contents, or a list of them.  Before printing, you
  418.           fill out a dialog box that can:
  419.  
  420.          oo Set page margins, length or range of pages to print.
  421.          oo Accept initial and final setup strings, which are needed
  422.              when printing to a network printer.
  423.          oo Put a header at the top of each page.
  424.          oo Change tab characters in the file to spaces so that the
  425.              text is aligned in the correct columns.
  426.          oo Number each line printed.
  427.          oo Print the name of the file being printed on each page.
  428.          oo Skip selected pages in a page range.  For example, you can
  429.              print all odd pages, then all even pages.
  430.          oo Signify whether to print to a file or printer.
  431.  
  432.           Or, you can just forego the formatting and send it to the
  433.           destination indicated as is.
  434.  
  435.           The dialog box also appears when you print a list of files
  436.           from the current listing.  You can choose to list all of the
  437.           files, or just the ones that are tagged.  If any notes are
  438.           attached to the files, they are printed as well.
  439.  
  440.           The dialog box appears when you want to print a block of a
  441.           file that was marked when you were viewing it.
  442.  
  443.      o  Rename files, even if they have a space inside them!  For example,
  444.           ELFTREE can rename the file "BESTFIT.EXE" to "BEST FIT.EXE",
  445.           and vice versa!  Many programs (including DOS) have a terrible
  446.           time with files that have a space in the name, but not ELFTREE.
  447.           Also, you can rename several files at once in ELFTREE by using
  448.           the same file specification for each of them.
  449.  
  450.           Directories can be renamed just as easily, and the directory tree
  451.           will be rearranged, if needed, automatically.
  452.  
  453.      o  Check space usage on all/some available drives, and report
  454.           how much memory (conventional, EMS, XMS) is used as well as the
  455.           type of installed CPU.
  456.  
  457.           If files are tagged, the space that would be occupied by the
  458.           tagged files if they were copied to each of the drives is 
  459.           shown as well.  This is handy for seeing if there is enough
  460.           room on a disk to hold a group of files before starting to
  461.           copy them to the disk.
  462.  
  463.           The type of disk (CDROM, Local, Network, Removable) is displayed.
  464.  
  465.      o  Tag (or mark) multiple files when you want them to be operated
  466.           on as a group.  Here are the ways you can tag files in ELFTREE:
  467.  
  468.          oo Tag one file by tapping the [Space] key.
  469.  
  470.          oo Use the [*] key to mark the beginning and end of a block
  471.              of files to tag.
  472.  
  473.          oo Use the Tag submenu to:
  474.  
  475.              Tag each file in the list.
  476.              Tag files that are different from the corresponding files
  477.               in the last directory you were in.
  478.              Tag Files that have the same name as one or more files in
  479.               the current list (created with the Find command).
  480.              Tag all files whose name matches one or more of a group of
  481.                 specifications.  For example, tag all files with an "EXE"
  482.                 extension or those with "ELF" in the name.
  483.              Tag all files above the highlighted file.
  484.              Invert the tags on all files in the list.
  485.              Tag all files below and including the highlighted file.
  486.              Remove all untagged files from the list.
  487.              Tag all files that have a note attached to them.
  488.              Tag all files with a 'Retag' symbol on them.
  489.              Remove tags from all files.
  490.  
  491.  
  492.           Tagged files can be worked with just as easily as single files
  493.           in ELFTREE.  For example, you can tag all files with an
  494.           extension of "EXE" and use the Attrib tool to mark them as
  495.           Read-Only.  Or, you may use the [Space] key to tag several
  496.           files, then [F5] to arrange them in a particular order, then
  497.           print them in that order.
  498.  
  499.           You can tag files in many different ways with ELFTREE.  You do
  500.           not have to tag a file before you work with it - for example,
  501.           to copy a file, just highlight it, tap [C] and proceed to copy it.
  502.  
  503.           ELFTREE can also be configured to be smarter about deciding
  504.           what files to work with.  For example, if you've got several
  505.           files tagged and tap [M] to move them, ELFTREE can be set to
  506.           automatically assume that you want to move the tagged files,
  507.           not just the one highlighted.  The [I] key toggles between
  508.           Immediate and Delay modes, with Immediate being the smarter
  509.           and Delay providing maximum flexibility.
  510.  
  511.      o  View any file (binary or text) using any of several different
  512.           filters or attached external viewing programs.  Also, you can:
  513.  
  514.          oo Display the file as hexadecimal characters.
  515.  
  516.          oo Search for text (ASCII or hex format) in the file.  The line
  517.             the text is found on is highlighted, and the text is displayed
  518.             in a contrasting color.
  519.  
  520.          oo Translate between ASCII and EBCDIC characters.  Combined with
  521.             block operations, it can be used to translate an entire file
  522.             from EBCDIC --> ASCII or ASCII --> EBCDIC.
  523.  
  524.          oo Replace text being searched for.
  525.  
  526.          oo Perform 10 different block operations on the file.  These
  527.             include print, append to another file, delete, replace null,
  528.             control or all characters with a user-specified character,
  529.             or convert to UPPER, lower and Proper Case.
  530.  
  531.          oo Instantly jump to any position in the file, no matter how large.
  532.  
  533.          oo Scroll the file forward or backward automatically at 9 distinct
  534.             speeds.  Great for hands-free browsing!
  535.  
  536.          oo Change tab stop settings from 1-8 (or show tab characters).
  537.  
  538.          oo Display line numbers from the start of the file.
  539.  
  540.          oo Toggle wrapping of long lines of text (up to 1000 characters
  541.             per line.
  542.  
  543.          oo Move directly from the viewer to the editor by tapping [E] and,
  544.             if line numbers are displayed and your printer has a GOTO LINE#
  545.             key, the file will be displayed in your editor at the exact line
  546.             number you were viewing it!
  547.  
  548.          oo Move through the file one byte at a time, one line at a time,
  549.             one page at a time, or one file at a time (the keys [Ctrl+PgUp]
  550.             and [Ctrl+PgDn] move to the previous or next file, respectively.)
  551.             Also, the "<" and ">" keys move to the previous or next tagged
  552.             file in the list, respectively.
  553.  
  554.          oo Program the viewer to preferred settings based on the extension
  555.             of the file being viewed, or call an external program.  For
  556.             example, you might want the viewer to be in Hex mode when you
  557.             are viewing a file with an "EXE" extension, or you might want to
  558.             call up an external program when viewing an archive file.
  559.             Up to 40 extensions are permitted per directory.  If you create
  560.             or delte files when using an external viewing program, these
  561.             changes will be reflected in ELFTREE when you return.
  562.  
  563.      o  Change the date/time stamp for files.  Tap [Ctrl+T] and enter the
  564.           date/time to change them to, then tap [Enter] to process the files.
  565.  
  566.  
  567.      ******************************************************************
  568.  
  569.         Directory tree display:
  570.         =======================
  571.  
  572.      Your directories for a given disk are displayed in a tree format, with
  573.      parent directories appearing to the left of child directories.  These
  574.      trees are stored in files on your disk so when you change to a disk
  575.      you have visited previously, the tree is loaded instantly for you.
  576.      Tree maps can be stored on any writable disk, and the user can control
  577.      whether they are stored on the associated disk or in a centralized area.
  578.  
  579.      ! ! !    SPECIAL NOTE FOR CDROM USERS     ! ! ! 
  580.  
  581.      ELFTREE will recognize CDROM drives automatically AND will store tree
  582.      maps for each distinct platter in the directory where the configuration
  583.      file for ELFTREE is stored!!!  This means that you do not have to wait
  584.      1-20 minutes for a tree to be built every time you return to a CDROM!!!
  585.      Just scan it once and you're set!  ELFTREE is the FIRST program to offer
  586.      this amazing convenience.
  587.  
  588.    o  From the directory tree display, you can work with directories in
  589.           a similar way to how you work with files in the file display.
  590.           For example, you can tap [Space] to tag (or untag) a directory,
  591.           [T] to tag a directory and all of its children, or [U] to untag
  592.           them.  Once you have tagged some directories, you can:
  593.  
  594.         oo Copy, move or graft the directories to the same or another
  595.            drive, even across a network.  This is especially handy when
  596.            setting up a workstation.  Grafting can be done across drives,
  597.            not just to the same drive, it can do a subset of the files
  598.            in the affected directories, and it can move or copy the files.
  599.  
  600.         oo Hide the directories from view.
  601.  
  602.      o  The style of the tree and the characters used to draw or print it
  603.           can be dynamically customized.  Tap [F4] to activate the feature.
  604.           and use the arrow keys to select the style or characters you want.
  605.           This is especially handy when printing the tree, as some printers
  606.           cannot print the graphics characters used to make the tree.
  607.  
  608.      o  You can search for a directory three different ways:
  609.  
  610.         oo Tap [F] for the Find option, type the name to look for, then
  611.             tap [Enter] to start the search.
  612.  
  613.         oo Tap [=], and ELFTREE can search for the name as you type it!
  614.             Best of all, both DOS and non-DOS names (such as *ELF*) can be
  615.             used!  The [Down] and [Up] keys can be used to locate the next
  616.             or previous directory whose name matches what you've entered.
  617.  
  618.         oo To find a directory starting with a particular number or letter,
  619.             press [Alt] and tap the key with the number or letter desired.
  620.             For example, [Alt+E] will find the next directory that starts
  621.             with the letter "E".
  622.  
  623.      o  Tap [Shift+A] (or B, C, etc.) to view the tree for drive A.
  624.  
  625.      o  Tap [E] to expose all hidden children of the current directory.
  626.  
  627.      o  Tap [H] to hide all directories that appear in a column to the
  628.           right of the current directory (if no directories are tagged).
  629.  
  630.      o  To create a new child directory of the current one, tap [N] and
  631.           enter the name for this directory.  This can be done even if
  632.           you are in the middle of specifying the destination for a
  633.           copy, move or graft operation.
  634.  
  635.      o  To print the current directory tree, tap [P] and enter the margins,
  636.           header, etc. you want used, if any.  If directories are tagged,
  637.           ET can also report the number of files in each tagged directory
  638.           and the number of bytes used by these files.
  639.  
  640.      o  To rename a directory, just highlight it, tap [R], and enter the new
  641.           name for it.  If needed, the tree will be adjusted to keep the
  642.           directories in alphabetical order.
  643.  
  644.      o  After installing new software, or optimizing disk space usage by
  645.           running a separate utility, the directory tree used by ELFTREE may
  646.           get out of date.  Tap [S] to rescan the disk and build a new tree,
  647.           or [F5] to just grow the subtree that begins at the current
  648.           directory.  If you move to the tree from a directory that is
  649.           not currently on the tree, ELFTREE will attach it automatically.
  650.  
  651.      o  The [#] key will reveal a number of statistics about the directories
  652.           in the tree currently being shown.
  653.  
  654.      o  Tap [F2] to display many current settings in ELFTREE, such as the
  655.           number of files or directories to hold, etc.
  656.  
  657.      o  Tap [F6] or [L] to change to a directory level view of another disk.
  658.  
  659.      o  Tap [Up] or [Down] to move up or down the current column in the tree
  660.           displayed, or [Left] or [Right] to move left or right one column,
  661.           if allowable.  Tap [+] or [-] to move forward or backward one
  662.           directory at a time, left to right, top to bottom.
  663.  
  664.  
  665.      ******************************************************************
  666.      This should give you some idea of the depth of ELFTREE's features.
  667.  
  668.      I'm sure I left out quite a few of them, and I'll update this list
  669.      as I remember them or as I enhance ELFTREE.
  670.  
  671.      If you have comments or questions, be sure to let me know!  Thanks,
  672.      and enjoy using ELFTREE!
  673.  
  674.      Alan J Avery, developer (member ASP)
  675.      1408 Noble Ave
  676.      Springfield, IL 62704-3450
  677.      (217)698-8600
  678.      CompuServe ID: 73077,3605
  679.