home *** CD-ROM | disk | FTP | other *** search
-
- |-------------------------------|
- | EDDY (TM) |
- | File and Directory Editor |
- | Copyright(C) 1987 thru 1991 |
- | by John Scofield |
- | CompuServe:70162,2357 |
- | All rights reserved |
- |-------------------------------|
-
-
-
- WHY USE EDDY?
-
- EDDY (for EDit DirectorY), a shareware program modestly billed as the
- "World's Greatest Disk Utility!", lets you do whatever you want with
- your files, directories and disks, and minimizes the keystrokes needed
- to do it.
-
- EDDY is ALL of the following utilities:
-
- Directory editor
- Disk and directory manager
- Sector editor
- File finder ("where-is" utility)
- File viewer/patcher
- RAM editor
- Data recovery utility
- String finder/replacer (hex and/or ASCII)
- DOS shell
-
- ...and MUCH more!
-
- With EDDY around, you can eliminate many of the small, special-purpose
- utilities which are so indispensible to the non-EDDY user. So as a
- bonus, you get to free up some disk space - or at least, get back some
- of what installing EDDY consumes.
-
- Most of what EDDY does isn't new. The program was developed as a test
- of the "Build a better mousetrap..." theory of economics. EDDY is
- offered as a tool that's meant to be easier and more convenient to use
- than other programs which do similar things. It's cheaper, too!
-
- Complete documentation for EDDY (an 80+ page manual) is available in the
- file EDDY.DOC. It can be printed with the DOS PRINT command. EDDY.DOC
- can also be read with EDDY's own LOOK command.
-
- The current EDDY is a greatly-improved version of the program reviewed
- in the July, 1987 issue of "Computer Language" magazine. Some quotes
- from that review by Tim Parker...
-
- "The interface ... is elegant."
- "...clean, easy-to-use, well-written program."
- "...quality of product we've seen from Peter Norton."
-
-
-
-
- EDDY has an intuitive, convenient interface for the common operations,
- such as disk/directory/file management, file viewing, etc. Most of the
- things you frequently need to do take only a keystroke or two. But EDDY
- also addresses a number of problems which arise less often but are more
- difficult to solve, if possible at all, with other utilities.
-
- EDDY has the latest, up-to-date, "buzzword" features, too:
- - Pull-down menus
- - Context-sensitive HELP
- - Mouse support
- - "Prune and Graft"
- - "Point and Shoot"
- - Configurability
- - LAN support
- - (and of course, "user friendliness" and "ease of use")
-
- Complete understanding of the examples below may require using EDDY, or
- (horrors!) reading some of the User's Manual (in EDDY.DOC). However, I
- hope these will interest you enough tat you'll give EDDY a try.
-
- Consider...
-
- - When you have a long list of files that you want to process (say, you
- want to MASM most - but not all - the .ASM files), and you don't want to
- type in the commands one-by-one, the normal thing to do is build a
- multi-line batch file (or one with "FOR" statements) and execute it.
-
- With EDDY it's easier; just display the directory containing the files,
- "Ignore" the ones you don't want (one keystroke each) and use EDDY's
- powerful Point-n-Shoot capability.
-
- Have a look at the EDDY.USE file included with this package to get a
- better picture of the power and potential of EDDY's "Point-n-Shoot".
-
-
- - Have you ever installed a new package and wondered what it was doing
- to your disk (watching the "busy" light blink), and then been unable to
- find the new or changed files? Many programs create "hidden" files, in
- directories of their choice, on your disk. You can find them by using
- EDDY's "Where's That File?" function combined with attribute filtering.
- If you enter:
- eddy/w +H
- EDDY will search the whole disk for hidden files.
-
-
- - Or maybe you'd like to know whether any new files were created or any
- of your files were changed by the program you just ran at (say) 9 PM on
- Sep. 14, 1988. If you enter:
- eddy/w ">09/14/88 08:59p"
- EDDY will find the files, wherever they are, hidden or not.
-
-
-
-
- - You don't have to worry any more whether you should be copying files
- from A: to B:, or from B: to A:, nor whether there's room for all the
- files you want to copy. EDDY will tell you if there's not enough room
- before starting the copying, and warn you before copying a newer file
- over an older one.
-
-
- - Did you ever lose a file because your only copy was on a disk that
- somehow developed a "bad spot", and couldn't be read? With EDDY's COPY
- command, you can at least save all the GOOD data that's left, leaving
- out only the part of the file that's actually in the "bad" sector. So
- you don't have to key in all that data or text again!
-
-
- - Want to know the differences between two directories? EDDY will TELL
- you, not just display the directories for you to compare to one another.
-
- EDDY will report whether a file is in the other directory or not; if it
- is, the relation between the timestamps - newer, older, same, or even
- same timestamp but different size - will be displayed as well. You can
- stop to look at either file's contents, compare the two files, copy,
- move, patch or delete them, and then continue on with the next file.
-
-
- - You can also do the directory comparisons, and file copying, deleting,
- etc., based on the results of those comparisons, in batch mode. Great
- for routine backups and directory cleanups!
-
-
- - EDDY's string-finding capabilities are powerful and easy to set up.
- You can find strings in one or more files (including binary files) -
- even hyphenated words continued from one line to the next - and you can
- use strings with a mixture of hex and ASCII if you want. There's also a
- similarly powerful "FIND and REPLACE" capability.
-
-
- - Are you annoyed by the extra command line prompt generated by DOS when
- you run a batch file? You can use EDDY's PATCH function to truncate the
- batch file, deleting the final, line-terminating bytes (usually 3:
- carriage return, line feed and "right arrow") at the end of the file.
- With these bytes gone, the extra prompt won't be generated. With big
- batch files, who knows? You might even save a "K" or so of disk real
- estate, if your file was just over a cluster size boundary.
-
-
- - Have you ever wanted to read or modify a file of text that was created
- by WordStar (tm), but that's not the word processor you use? Hard to
- work with, wasn't it? Well, with EDDY, you can not only read it easily
- on the screen, but you can convert it to pure ASCII, so you can use your
- favorite editor or word processor on it if you want.
-
-
-
-
- - Would you like to send entire disks by modem, rather than just files?
- EDDY lets you copy an entire disk - boot sector, FAT, directories and
- all - to a file. You can then compress the file, send it, and the
- receiver can recreate an exact copy of that disk (assuming he has a copy
- of EDDY, too!).
-
-
- - You can chop bytes off the front or back of any file and you can add
- bytes - for example, ^Zs - at the end of any file. Or you can expand
- all TAB characters in a file to the equivalent number of spaces (0 - 8,
- as you choose).
-
-
- - If you're running short of space on disk, even the amount of space
- used by the subdirectories themselves can be significant. A directory
- always keeps all space that was ever allocated to it, even if all the
- files have been deleted. EDDY will tell you how much space your
- directories occupy, if you turn on option /D.
-
- -----------------------------
-
- If you know of programs that do things easier or better than EDDY,
- please let me know, so I can stop making dubious claims (or maybe
- improve EDDY). On the other hand, if you find some more neat things to
- do with the program, or have any ideas for enhancements, I'd like to
- hear about them, too.
-
- _______
- ____|__ | (R)
- --| | |-------------------
- | ____|__ | Association of
- | | |_| Shareware
- |__| o | Professionals
- -----| | |---------------------
- |___|___| MEMBER
-