home *** CD-ROM | disk | FTP | other *** search
/ 5 Star Games: Windows Edition / 5StarsGames-Windows31Edition.iso / elftree / features.et < prev    next >
Text File  |  1993-01-24  |  35KB  |  665 lines

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