home *** CD-ROM | disk | FTP | other *** search
/ DOOM Heaven 2 / DoomHeaven2ForDoom2.iso / elftree / features.et < prev    next >
Text File  |  1994-02-15  |  35KB  |  681 lines

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