home *** CD-ROM | disk | FTP | other *** search
/ TopWare Tools / TOOLS.iso / tools / top1388 / util.txt < prev    next >
Encoding:
Text File  |  1993-12-30  |  3.5 KB  |  77 lines

  1. UTIL.TXT
  2. ========
  3.  
  4. Utility Programs Supplied With Registered Version of WE
  5. =======================================================
  6.  
  7.  
  8. The following useful utility programs are included with the registered
  9. full version of WE.  These utilities aren't available anywhere else!
  10.  
  11. For details on how to register see REGISTER.TXT.
  12.  
  13.  
  14. WARC.EXE - Willow Creek Archiver
  15.  
  16.     WARC is a flexible multi-volume file compression and archiving
  17.     utility.  Similar to PKZIP, but with the ability to overflow onto
  18.     extra diskettes.  Has a command line interface so can be used in
  19.     an automated fashion in batch files.  Has options to read/create
  20.     subdirectories as necessary when saving/restoring entire directory
  21.     trees.  Highly flexible method of choosing destination directories
  22.     during restore.
  23.  
  24.     Includes in the archive a computed "signature" for each file
  25.     similar to a CRC total, so it can be absolutely sure of
  26.     correctness when a file is restored.  Also has ability to verify
  27.     an existing archive to make sure it is readable (diskettes don't
  28.     last forever...) and that all the signatures match the data in the
  29.     archive.  WARC is an extremely safe and convenient way to archive
  30.     information.
  31.  
  32.     WARC is also a very convenient way to transfer data between
  33.     machines that aren't connected by a LAN, because you can be
  34.     absolutely sure of data correctness and you don't have to worry
  35.     about exceeding the capacity of a diskette.
  36.  
  37.  
  38. NAMCHG.EXE - Source Code Symbolic Name Changer
  39.  
  40.     NAMCHG is a dictionary driven tool for changing symbolic names in
  41.     lists of text files.  NAMCHG uses a dictionary of old and new
  42.     symbolic names such as variable and type names, a list of files to
  43.     scan, extensions to use for archiving, and a log file which
  44.     records all activity.  NAMCHG gives you the option to review each
  45.     change before it is made, and switch interactively between varying
  46.     levels of operator supervision as scanning proceeds through input
  47.     files.  The "before" and "after" text of all changed lines is
  48.     written to a log file for review.  All files which have been
  49.     changed have their complete old versions archived as well under
  50.     different extensions.
  51.  
  52.     Making global symbolic name changes in a programming project with
  53.     a large volume of source code is a tedious and nerve wracking
  54.     affair.  The search and replace facilities of most editors are not
  55.     equal to the task because they either don't provide enough
  56.     automation in working with large numbers of files, or they don't
  57.     provide enough protection against accidental mistakes.  With
  58.     NAMCHG you can completely automate the process, supervising it to
  59.     whatever degree you wish, and leave behind a complete audit trail
  60.     noting what you've done.
  61.  
  62.  
  63. CHKSUM.EXE - File Comparator
  64.  
  65.     CHKSUM is a simple tool to compare files by computing a
  66.     "signature" for them similar to a CRC total.  CHKSUM will compute
  67.     and display signatures for files listed on the command line, and
  68.     report if any of the files have different signatures from the
  69.     others.  CHKSUM also has wildcard and subdirectory scanning
  70.     capability to help you find all versions of a file or program
  71.     wherever they may be hiding, and find out if they are the same or
  72.     not.  You can also compute a total signature for all files
  73.     matching a wildcard/subdirectory spec.  This allows you to compare
  74.     entire directories to see if all the files are the same.
  75.  
  76.  
  77.