home *** CD-ROM | disk | FTP | other *** search
/ Compu-Fix / Compu-Fix.iso / misc / eddy6b / eddy_doc.exe / EDDY_HST.DOC next >
Encoding:
Text File  |  1991-12-18  |  21.5 KB  |  465 lines

  1.  
  2.  
  3.  
  4.                                    EDDY (TM)
  5.  
  6.  
  7.  
  8.                                REVISION HISTORY
  9.  
  10.  
  11.     Since the first public release of EDDY, many intermediate versions have
  12.     been produced, but they had very limited distribution.  There does not
  13.     seem to be any useful purpose in detailing the history of all of them.
  14.  
  15.     This document describes functionality changes other than minor bug
  16.     fixes.  Changes in the current version of EDDY are described first.
  17.  
  18.     Changes to versions prior to 5.01 have been deleted from this file, as
  19.     there seems to be little interest in ancient history among the user
  20.     base.  If you have one of the older versions, and feel that you need
  21.     this information, I'll be glad to send it to you.  Just ask.
  22.  
  23.  
  24.  
  25.     Version 6b (changes since 6a)
  26.     =============================
  27.  
  28.     1.  Directories may be selected from a tree diagram, rather than typing
  29.         in the directory names.  This involves lots of new functions and
  30.         commands; certainly too much to describe here.  See Sections 5.1 -
  31.         5.3 of EDDY.DOC for more information.
  32.  
  33.     2.  Empty (zero-length) files may be copied and moved.
  34.  
  35.     3.  After executing EDDY interactively (rather than in batch mode),
  36.         ERRORLEVEL will always be set to zero.
  37.  
  38.     4.  Option /L means "Set top of LIST to current cursor position" (for
  39.         use with repeating commands.  This was formerly option /T.
  40.  
  41.     5.  When customizing, a list of customizable features is provided for
  42.         review just before the new EDDY.COM is written.
  43.  
  44.     6.  Mouse sensitivity is adjustable - press [Alt+Shift+m].
  45.  
  46.     7.  [^c] is used to terminate a repeating command - formerly [BackSpace].
  47.  
  48.     8.  When building commands for "point-n-shoot' (EDDY.USE file or [F8]),
  49.         the extension for the program file involved is no longer required.
  50.  
  51.     9.  The "speed search" facility for directories and filenames has been
  52.         modified slightly.  It is described in EDDY.DOC Section 4.1.
  53.  
  54.  
  55.     Version 6a (changes since 5.53)
  56.     =================================
  57.  
  58.     1.  With this release, EDDY begins his move into the modern world.
  59.         There is now support for mice (Microsoft-compatible variety, since
  60.         that's all I've got to test with).  Details are in Section 2.1.2 of
  61.         EDDY.DOC.
  62.  
  63.     2.  Another major addition to user-friendliness (and without which a
  64.         mouse wouldn't be all that useful) is pull-down menus.  Menus are
  65.         described in Section 2.2.2 of EDDY.DOC.
  66.  
  67.         In the following paragraphs, you may note that some command keys are
  68.         now used in different places with different meanings.  In the past,
  69.         I've tried to avoid this, to maintain consistency and reduce
  70.         complexity.  With the addition of the menus, however, there's not
  71.         nearly so much to remember in order to use EDDY efficiently.
  72.         Overloading certain keys seems to simplify operations in some cases.
  73.  
  74.     3.  After an UPDATE, any files moved or deleted from the working
  75.         directory will be shown grouped together at the end of the directory
  76.         display, rather than in their original locations before the UPDATE.
  77.  
  78.         If there are more files in the directory than can be displayed by
  79.         EDDY (currently, about 400), files deleted or moved will not be
  80.         shown; instead, additional files from the working directory will be
  81.         displayed.
  82.  
  83.     4.  Point-n-shoot capabilities are improved in 3 major ways:
  84.         a. When you select a .COM, .EXE or .BAT file to execute ([Alt+F9]),
  85.            you may edit the command line first, to add filenames, switches,
  86.            or whatever is appropriate for the file involved.
  87.         b. Commands from EDDY.USE ([Shift+F9]/[Shift+^F9]) may also be
  88.            edited before they are used.
  89.         c. You may specify a default command, which may be executed when
  90.            there is no command found in EDDY.USE for the current file, or
  91.            if you have no EDDY.USE file.  The default command may be edited,
  92.            made permanent (by customizing EDDY), or executed directly (by
  93.            pressing [Shift+F8]).
  94.  
  95.     5.  You may UNDO the COPY, MOVE, DELETE and DESTROY commands without
  96.         affecting other changes that may be pending for the file.  Just
  97.         press the key for the same command again; i.e., if a file is tagged
  98.         for COPY, and you decide not to COPY, press [F5] and the tagging
  99.         will disappear, but any other changes will remain.
  100.  
  101.     6.  When the copy/move confirmation window is displayed (as when the
  102.         file in the target is newer than the one in the working directory),
  103.         [Alt+a], [Alt+c] and [Alt+o] are accepted as valid responses.
  104.  
  105.     7.  After using the DOS Gateway - with [F9], [Alt+F9] or [Shift+F9] -
  106.         the working directory will be reprocessed to insure that any changes
  107.         made outside of EDDY will be reflected properly in the display.
  108.  
  109.     8.  You may tag a file for copy with TAB expansion and/or bit-stripping
  110.         directly, by pressing [Alt+number] or [Alt+b].  No need to tag the
  111.         file first by pressing [F5].
  112.  
  113.     9.  The treatment of the archive attribute for files copied has changed
  114.         slightly.  If option /A is on, the archive attribute on the new copy
  115.         of the file will be the same as the original file.  If option /A is
  116.         off, the archive setting depends on the type of disks involved:
  117.         a. Floppy to floppy - copy set same as original
  118.         b. Hard disk to hard disk - copy set same as original
  119.         c. Floppy to hard disk - archive attribute in copy turned off,
  120.               original unchanged
  121.         d. Hard disk to floppy - archive attribute in copy turned on,
  122.               original turned off
  123.  
  124.    10.  [Alt+r] from EDIT or LOOK modes displays a "FIND & REPLACE" dialog
  125.         box directly.  Before, you first had to press [Alt+f], then [Alt+r].
  126.  
  127.    11.  When LOOKing at a text-format display with lines longer than 80
  128.         characters, moving to the left or right edge of the display may be
  129.         done by pressing [Home] or [End], respectively.  [^Left] and
  130.         [^Right] are still available for this, as well.
  131.  
  132.    12.  Pressing [Home] twice in a row has the same effect as [^Home] -
  133.         i.e., in EDIT mode, the cursor moves to the top of the directory
  134.         display, and in LOOK the display moves to the start of the file.
  135.         Similarly, [End][End] is the same as [^End].
  136.  
  137.    13.  Pressing [s] in LOOK toggles [Up] and [Down] between their normal
  138.         scrolling speed of one-line-per-keypress and half-page-per-keypress.
  139.         A half page is defined by the number of text lines in the display,
  140.         not the physical lines available on your screen.  Thus, the speed of
  141.         scrolling will vary, depending on the data you're LOOKing at.
  142.  
  143.    14.  In PATCH mode, press [Alt+a], to truncate a file after the cursor,
  144.         or [Alt+b], to truncate before the cursor.  Previously, you pressed
  145.         [Alt+y] to truncate, and then answer the "Before or After" question.
  146.         You can still use [Alt+y], too.
  147.  
  148.    15.  With path string displays, such as those resulting from [Alt+w] or
  149.         [Alt+t], the displayed string may be edited before use.
  150.  
  151.    16.  The "pause" indicator for commands defined in EDDY.USE is changed.
  152.         It is now "|" (the DOS piping symbol) instead of a hyphen.
  153.  
  154.    17.  The HELP screens and menus have their own color attributes, not tied
  155.         to those used for other EDDY screens (but HELP colors are the same
  156.         as menu colors).  These colors may be customized as desired.
  157.  
  158.    18.  Volume serial number display and update are now supported. Press
  159.         [^v] for these functions.
  160.  
  161.    19.  You may enter a FIND string containing all "?"s.  This will match
  162.         with strings containing all LETTERS.
  163.  
  164.    20.  When a batch mode execution finishes, "ERRORLEVEL" will be set
  165.         according to the results - 0 for successful update, 255 for no
  166.         matching files, other values corresponding to DOS error codes.
  167.  
  168.    21.  The files making up the EDDY distribution package have been changed.
  169.         EDDYHELP.COM and EDDYLOOK.COM are now combined, along with the new
  170.         MENU functions and UPDATE processing, into the single EDDY.AUX file.
  171.  
  172.         EDDY.HST, EDDY.WHY and EDDY.REG are now called EDDY_HST.DOC,
  173.         EDDY_WHY.DOC and EDDY_REG.DOC, respectively.
  174.  
  175.  
  176.     Version 5.53
  177.     ============
  178.  
  179.     1.  Documentation update only, incorporating material relating to the
  180.         Association of Shareware Professionals (ASP).
  181.  
  182.  
  183.     Version 5.52 (changes since 5.49)
  184.     =================================
  185.  
  186.     1.  [Ctrl]-shifted letter keys are treated similarly in LOOK mode as
  187.         they are in EDIT, described in item 3, version 5.49, below.  Note
  188.         that when entering data, as in PATCH or FIND, the [Ctrl]-shifted
  189.         letters enter their corresponding characters.
  190.  
  191.     2.  [Alt+S+p] sends a form feed to the printer.
  192.  
  193.     3.  [S+F7] and [S+^F7] are used for the "Destroy" and "Destroy ALL"
  194.         commands.  Formerly, these commands used [F8] and [^F8].  [F8] now
  195.         reserved for future use.
  196.  
  197.  
  198.     Version 5.49 (changes since 5.45)
  199.     =================================
  200.  
  201.     1.  When calculating the net change in disk usage for the UPDATE
  202.         confirmation display, space used for directories is included
  203.         whether or not option /D is on. (Except with disks larger than
  204.         32 MB, for which this is not yet implemented.)
  205.  
  206.     2.  Read-only files may be patched without explicitly turning off the
  207.         read-only attribute first (after a warning and "yes" answer from
  208.         the keyboard).
  209.  
  210.     3.  Some users who use different keyboards at different times have
  211.         mentioned that they often hit [Ctrl] when they want [Alt] om the
  212.         AT-style "enhanced" keyboard.  To minimize errors due to this
  213.         problem, in EDIT mode EDDY treats most [Ctrl]-shifted letter keys
  214.         the same as if the corresponding [Alt]-shifted key.  Thus, either
  215.         [Alt+o] or [^o] can be used to change the option settings, [Alt+a]
  216.         or [^a] to set an attribute filter, etc.
  217.  
  218.         Only four of the letter keys are not always treated this way:  [^f],
  219.         [^w], [^n] and [^y].  [^f] always means "FIND in all files".  [^w]
  220.         always means "Where's that file?".  [^n] and [^y] set attributes IF
  221.         the cursor is in the attribute field; if not, [^n] sorts the
  222.         directory by name (like [Alt+n]) and [^y] has no effect (like
  223.         [Alt+y]).
  224.  
  225.     4.  Option /W is used only from the command line.  To initiate "Where's
  226.         that file?" searching within EDDY, only [^w] is used.
  227.  
  228.     Version 5.45 (changes since 5.44)
  229.     =================================
  230.  
  231.     1.  When EDDY asks for a "y/n" response, again pressing the same key
  232.         that produced the message is treated as "yes".
  233.  
  234.     2.  The "seconds" field of a file's timestamp may be edited. (But only
  235.         even #s may be entered - a DOS limitation.)
  236.  
  237.     3.  [Alt+p], pressed when you are in EDIT mode, prints the directory.
  238.         If you press [Alt+p] when EDDY is waiting for you to confirm that
  239.         you want to UPDATE (i.e., after you have pressed [Enter]), all
  240.         update actions will be printed as they occur.  Pressing [Alt+p]
  241.         again turns printing off.
  242.  
  243.     Version 5.44 (changes since 5.42)
  244.     =================================
  245.  
  246.     1.  Bit stripping now works with hex-format displays.
  247.  
  248.     2.  When LOOKing at a file in hex format, you may select the hex portion
  249.         of the display to be in words (as opposed to the normal bytes) by
  250.         pressing [w].  If you want to see the words in inverted order (high-
  251.         order byte first), press [W].  Press the same key again to return to
  252.         the normal byte display.
  253.  
  254.     Version 5.42 (changes since 5.34)
  255.     =================================
  256.  
  257.     1.  You may delete a subdirectory that is not empty.  When you press
  258.         [F7], EDDY will tell you if this is the case, and wait for you to
  259.         decide whether to proceed.  If you do go ahead with the delete, all
  260.         files - and all subdirectories below the current one, plus all of
  261.         their files - will be deleted when you UPDATE.  Read only attributes
  262.         on files or subordinate subdirectories will be ignored.
  263.  
  264.     2.  The LOOK mode functions are now in a separate program module -
  265.         EDDYLOOK.AUX - which is loaded only when required.  This results in
  266.         three improvements:  1) EDDY can display more files (up to around
  267.         400); 2) more memory is available for use with the DOS Gateway; and
  268.         3) the initial program load is slightly faster.
  269.  
  270.     3.  EDDY can switch freely between SUBST'ed drives and subdirectories
  271.         and their un-SUBST'ed, fully expanded path equivalents. See EDDY.DOC,
  272.         Section 5.5 for more info on this.
  273.  
  274.     4.  [Alt+^F7] flags all files as "ignored".  Sounds silly, but see
  275.         EDDY.DOC Section 13.1.
  276.  
  277.     5.  Customizing by using a previously-customized version of EDDY (item
  278.         5, version 5.26, below) is no longer available.  The logic needed to
  279.         ensure full compatibility between versions is bulkier and more cumber-
  280.         some than seems warranted for such an infrequently-used feature.
  281.  
  282.     6.  When LOOKing at an entire disk, any sectors which had read errors
  283.         when read by DOS are flagged with "???" between the hex and ASCII
  284.         portions of the display.
  285.  
  286.     7.  When LOOKing at RAM, the display is updated constantly to let you
  287.         watch locations that change dynamically (not for CGAs).
  288.  
  289.     Version 5.34 (changes since 5.31)
  290.     =================================
  291.  
  292.     1.  [S+^F9] is a multi-file "Point-and-shoot" for ALL displayed files,
  293.         allowing you to process a list of files with the command(s) of your
  294.         choice - e.g., MASM, PRINT, PKARC, WS or ???.  See EDDY.DOC Section
  295.         15.2.2.
  296.  
  297.     2.  Comparing files - [Alt+S+F3] - has been enhanced to tell you where the
  298.         differences in files are, including in files of different lengths.
  299.  
  300.     3.  A file that has been "ignored" - [Alt+F7] - is "un-ignored" only when
  301.         a command affecting that file is performed.
  302.  
  303.     4.  When you exit to DOS from EDDY using [F9], the "prompt" string is
  304.         changed to include the characters "Exit]" at the end.  This is to
  305.         remind you that EDDY is still active, and needs eventually to be
  306.         EXITed to and terminated.  See EDDY.DOC Section 24.3.1 if you don't
  307.         like this change.
  308.  
  309.     Version 5.31 (changes since 5.27)
  310.     =================================
  311.  
  312.     1.  [S+^F3] compares all working directory entries to their correspon-
  313.         ding target directory entries.  For each entry, the result of the
  314.         comparison is displayed, and EDDY pauses until a key is pressed.
  315.  
  316.     2.  When the display is in inverted order (e.g., after [Alt+i]), moving
  317.         the cursor to the bottom of a subdirectory list via [PgDn] or [^End]
  318.         leaves the cursor on the '..' entry, ready for a possible [F3].
  319.  
  320.     3.  Option /I is eliminated.
  321.  
  322.     4.  Mailing address on final display changed.
  323.  
  324.     Version 5.27 (changes since 5.26)
  325.     =================================
  326.  
  327.     1.  Copying and moving is now done AFTER all other changes - renaming,
  328.         timestamp, attributes - have been made to a file.  Previously, copies
  329.         and moves were done first.
  330.  
  331.     Version 5.26 (changes since 5.17)
  332.     =================================
  333.  
  334.     1.  Pressing [Alt+S+F3] compares the contents of the current file to a
  335.         file with the same name in the target directory, and reports
  336.         whether they are identical or not.
  337.  
  338.     2.  EDDY now has a "point-and-shoot" capability.  You can define
  339.         commands to be executed on specified files, without leaving EDDY, by
  340.         creating a file called "EDDY.USE".  For example, if EDDY.USE
  341.         contains the line:
  342.                            *.ARC  C:\UTIL\PKARC V %1
  343.         pressing [S+F9] while the cursor is on a file with a ".ARC"
  344.         extension will display the contents of that file.
  345.  
  346.     3.  When the cursor is on a ".COM", ".EXE" or ".BAT" file, pressing
  347.         [Alt+F9] executes that file, then returns to EDDY.
  348.  
  349.     4.  The COPY/MOVE/DELETE Controls default settings are changed to
  350.         Y,Y,C,C,N,N.
  351.  
  352.     5.  If you are upgrading to a new level of EDDY, and you already have an
  353.         old copy customized the way you like it, you may tell EDDY to create
  354.         the new version with the same customized configuration as the old.
  355.         See EDDY.DOC, Section 24.3.
  356.  
  357.     Version 5.17 (changes since 5.05)
  358.     =================================
  359.  
  360.     1.  A "FIND and REPLACE" function is now available.  It is toggled
  361.         ON/OFF by pressing [Alt+r] while the FIND window is displayed.  If you
  362.         start a search (by pressing [Enter] or [^Enter]) while the "REPLACE"
  363.         portion of the window is displayed, REPLACE is activated whenever a
  364.         match is found.
  365.  
  366.     2.  [End] is used to mark the end of a FIND string, rather than [Up].
  367.  
  368.     3.  COPY, MOVE, DELETE and DESTROY can now be done in batch mode.
  369.  
  370.     4.  The file attribute heading letters have been changed from "RHSDAN"
  371.         to "RHYDAS"; the meaning of "S" is now "Shared" (replacing "N"
  372.         for "Network"), and "Y" means "sYstem".
  373.  
  374.     5.  The following operations are not allowed on network drives or on
  375.         disks larger than 32 MB:
  376.         - Any action (LOOK, PATCH, etc.) on the disk as a whole
  377.         - Moving directories
  378.         - Changing directory timestamps
  379.  
  380.     6.  The COPY/MOVE Controls may be used to govern the selection of files
  381.         to be deleted, also.  This is useful when "cleaning up" a disk with
  382.         lots of duplicate files in various directories.  You may, for
  383.         example, tell EDDY to delete only files that are also in the target,
  384.         and which have timestamps older than or the same as that file in the
  385.         target.  See EDDY.DOC, Sections 10 and 12.2.
  386.  
  387.         The default settings for the Controls are N,Y,C,C,N,N.
  388.  
  389.     7.  When LOOKing at a file, [F3] has the same effect as [Esc], thus
  390.         saving a finger move between keys.  [F4] works similarly for PATCH.
  391.  
  392.  
  393.  
  394.     Version 5.05 (changes since 5.01)
  395.     =================================
  396.  
  397.     1.  You may move subdirectories, including any files and other direc-
  398.         tories they may contain (i.e., "prune and graft").
  399.  
  400.     2.  You may change the timestamp on directories.
  401.  
  402.     3.  In LOOK mode, [Alt+p] prints the file.  Printing starts with the
  403.         first line of the display, and continues until a key is pressed.
  404.  
  405.     4.  In LOOK mode, [e] toggles EGA/VGA monitor between 25 lines per
  406.         screen and 43/50 lines.
  407.  
  408.     5.  The DOS gateway is now available in LOOK mode, by pressing [F9].
  409.  
  410.  
  411.     Version 5.01 (changes since 4.16)
  412.     =================================
  413.  
  414.     1.  You may now LOOK at, FIND strings on, PATCH and COPY data from disks
  415.         directly by physical sectors, without regard to file or directory
  416.         structure.  It's all described in Section 19 of EDDY.DOC.  (In
  417.         version 5.08 and later, Section 21).  Extreme caution advised!
  418.  
  419.         PATCHing for physical disk sectors can also be permanently disabled,
  420.         if you want to put EDDY on a machine which potentially-mischievous
  421.         people can access.
  422.  
  423.     2.  EDDY now does data recovery.  Using the above features, you can
  424.         easily select data to be copied to a target file.  No dangerous
  425.         direct patching of directories and FATs required to recover a
  426.         deleted file.  See Section 20 (in 5.08, 22) for details.
  427.  
  428.     3.  A file that is tagged for "Copy" may also be tagged so that the
  429.         new copy will be bit-stripped (any high-order bits removed) and/or
  430.         have any TAB characters expanded.  This is done by pressing [Alt+b]
  431.         or [Alt+number], respectively.  These commands have the same effect
  432.         on the new copy that they would have on the LOOK mode display for
  433.         the file.
  434.  
  435.         The file must already be tagged for "Copy" before these commands
  436.         will work.
  437.  
  438.     4.  Option /D, directory sizing, has been introduced.  Normally, the
  439.         disk space used to hold subdirectories is not included in EDDY's
  440.         display or calculations.  If you turn on option /D, all such space
  441.         will be accounted for in the display.  However, the processing
  442.         needed to gather the information is VERY time-consuming, so you may
  443.         only wish to use it in cases where the information is really
  444.         important.
  445.  
  446.     5.  Some users report program "hangs" (or no response at all) when
  447.         certain keys or key combinations are used.  If this happens to you,
  448.         try using option /I when you execute EDDY.  Option /I tells EDDY to
  449.         use BIOS calls to access the keyboard, rather than the DOS calls
  450.         used normally. It also enables cursor size changes, and the pitch
  451.         and duration of "beeps" are controlled by EDDY, rather than DOS.
  452.  
  453.     6.  The display heading and the update summary display reflect the
  454.         actual physical disks involved, even if they are SUBSTed or ASSIGNed,
  455.  
  456.     7.  When entering FIND strings, the "don't match" attribute is specified
  457.         by pressing [Alt+k] instead of [Alt+m].
  458.  
  459.     8.  HELP now offers menu selection of HELP topics.  [F1] while in HELP
  460.         displays the menu, providing a "HELP-for-HELP" facility.
  461.  
  462.     9.  Auto-scroll works only in LOOK mode.
  463.  
  464.    10.  The suggested registration fee is increased to $20.00.
  465.