home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / FCMERG10.ZIP / README.DOC < prev   
Text File  |  1993-07-08  |  15KB  |  456 lines

  1.  
  2.  
  3.                               Shareware Information
  4.                                    Mike Albert
  5.                                     July 1993
  6.  
  7.      1  Introduction
  8.  
  9.         This file describes the shareware programs I currently publish, how
  10.         to contact me, and how to get current copies of the programs.
  11.  
  12.         The programs currently available are:
  13.  
  14.            Program    Ver.    Function
  15.            -------    ----    --------
  16.  
  17.            CIPHER     1.5     Encrypt/decrypt files
  18.  
  19.            FC         2.7     Compare ASCII files
  20.  
  21.            FCDOC      2.4     Compare English documents
  22.  
  23.            FCBIN      1.2     Compare files byte by byte
  24.  
  25.            FCMERGE    1.0     Merge two sets of changes to an ASCII file into
  26.                               a single file
  27.  
  28.            ZEROFREE   1.0     Clear disk free space so unerase utilities
  29.                               can't recover your data
  30.  
  31.            ZIPFIND    1.2     Search ARC and ZIP files for text strings
  32.  
  33.            FSORT      1.0     Sort ASCII files
  34.  
  35.            D          1.2     Manage files, directories, and archives
  36.  
  37.            ASCIIZE    1.2     Convert binary files to/from ASCII
  38.  
  39.            SQUISH     1.0     Compress/decompress files
  40.  
  41.  
  42.  
  43.      2  Program descriptions:
  44.  
  45.         Program: Cipher
  46.  
  47.         Version: 1.5
  48.  
  49.         Files:   CIPHER.COM     Program
  50.                  CIPHER.DOC     Documentation
  51.  
  52.         Purpose:
  53.  
  54.            Cipher scrambles files so that no one can use them - unless they
  55.            have the correct key.  Cipher is designed to protect files on your
  56.            computer from misuse by others who may have access to your PC.
  57.            (The ZEROFREE program described below is also useful for this.)
  58.            Cipher provides the following benefits:
  59.  
  60.         Features:
  61.  
  62.            o  Cipher is easy to use - it protects you from mistakes and helps
  63.               you to remember keys.
  64.  
  65.  
  66.                                        - 1 -
  67.  
  68.            o  Cipher is much faster than other programs that provide
  69.               comparable security.
  70.  
  71.            o  Protection is provided by a reliable, documented method that is
  72.               highly resistant to attack - even by expert programmers and
  73.               cryptographic analysts.
  74.  
  75.            o  Cipher can encrypt files in place, so unerase utilities can't
  76.               recreate them.
  77.  
  78.            o  Cipher can also make a new encrypted file and leave the
  79.               original file untouched - this is useful when sending an
  80.               encrypted file to someone else.
  81.  
  82.            o  Cipher checks when decrypting a file to ensure that the file
  83.               hasn't been corrupted.
  84.  
  85.            o  Cipher can be used from batch files to provide security
  86.               automatically.
  87.  
  88.            o  Cipher guards against changes to itself - you can be sure you
  89.               have an unmodified Cipher and also detect any subsequent
  90.               tampering.
  91.  
  92.  
  93.  
  94.         Program: FC
  95.  
  96.         Version: 2.7
  97.  
  98.         Files:   FC.EXE         Program
  99.                  FC.DOC         Documentation
  100.  
  101.         Purpose:
  102.  
  103.            FC compares two text files and lists the differences between them
  104.            line by line.  FC provides the following benefits:
  105.  
  106.         Features:
  107.  
  108.            o  FC shows word by word differences between lines that have
  109.               changed.
  110.  
  111.            o  FC can ignore white space changes.  This is useful when you
  112.               want to ignore format changes in "C" programs or other text.
  113.  
  114.            o  FC never gets confused or "unsynchronized" (as some comparison
  115.               programs can).
  116.  
  117.            o  FC always finds the smallest set of differences between files,
  118.               and never misses matching lines.
  119.  
  120.            o  FC helps "C" programmers merge program changes.  FC can compare
  121.               two "C" programs containing separate sets of changes, and
  122.               combine them automatically to make a single program.
  123.  
  124.            o  FC lets you do multiple comparisons in one run.
  125.  
  126.            o  FC lets you list changes in ways that make sense to you by
  127.               providing multiple display options.  You can also customize FC
  128.               to use your favorite options automatically.
  129.  
  130.  
  131.                                       - 2 -
  132.  
  133.         Program: FCDOC
  134.  
  135.         Version: 2.4
  136.  
  137.         Files:   FC.EXE         Program
  138.                  FC.DOC         Documentation
  139.  
  140.         Purpose:
  141.  
  142.            FCDOC compares two text English files and lists the differences
  143.            between them sentence by sentence.  FCDOC works with any ASCII
  144.            text file containing English text.
  145.  
  146.         Features:
  147.  
  148.            o  FCDOC ignores format differences, so changes in margins,
  149.               indentation, and white space are not shown.  This allows you to
  150.               look at content changes without being distracted by unimportant
  151.               details.
  152.  
  153.            o  FCDOC can show word by word differences between sentences that
  154.               have changed.
  155.  
  156.            o  FCDOC never gets confused or "unsynchronized" (as some
  157.               comparison programs can).
  158.  
  159.            o  FCDOC always finds the smallest set of differences between
  160.               files, and never misses matching sentences.
  161.  
  162.            o  FCDOC lets you do multiple comparisons in one run.
  163.  
  164.            o  FCDOC lets you list changes in ways that make sense to you by
  165.               providing multiple display options.  You can also customize
  166.               FCDOC to use your favorite options automatically.
  167.  
  168.  
  169.  
  170.         Program: FCBIN
  171.  
  172.         Version: 1.2
  173.  
  174.         Files:   FCBIN.EXE      Program
  175.                  FCBIN.DOC      Documentation
  176.  
  177.         Purpose:
  178.  
  179.            FCBIN compares two files and lists the differences between them
  180.            byte by byte.
  181.  
  182.         Features:
  183.  
  184.            o  FCBIN shows PER BYTE differences between files.  Line endings
  185.               are treated just like other characters.
  186.  
  187.            o  Any type of file - ASCII, executable, data base, etc. - can be
  188.               compared.
  189.  
  190.            o  FCBIN never gets confused or "unsynchronized" (as some
  191.               comparison programs can).
  192.  
  193.  
  194.  
  195.  
  196.                                       - 3 -
  197.  
  198.            o  FCBIN always finds the smallest set of differences between
  199.               files, and never misses matching bytes.
  200.  
  201.            o  FCBIN lets you do multiple comparisons in one run.
  202.  
  203.            o  FCBIN can be customized to use your favorite options
  204.               automatically.
  205.  
  206.  
  207.  
  208.         Program: FCMERGE
  209.  
  210.         Version: 1.0
  211.  
  212.         Files:   FCMERGE.EXE    Program
  213.                  FCMERGE.DOC    Documentation
  214.  
  215.         Purpose:
  216.  
  217.            FCMERGE merges two sets of changes to an ASCII file into a single
  218.            file.
  219.  
  220.         Features:
  221.  
  222.            o  FCMERGE is perfect for combining two separate sets of changes
  223.               to a program source file.
  224.  
  225.            o  FCMERGE warns you when changes conflict with each other.
  226.  
  227.            o  FCMERGE provides all the information you need to correct
  228.               conflicts when they occur.
  229.  
  230.            o  FCMERGE works with changes to any ASCII file, not just
  231.               programs.
  232.  
  233.  
  234.  
  235.         Program: ZEROFREE
  236.  
  237.         Version: 1.0
  238.  
  239.         Files:   ZEROFREE.EXE      Program
  240.                  ZEROFREE.DOC      Documentation
  241.  
  242.         Purpose:
  243.  
  244.            ZEROFREE protects your deleted files from access by others who
  245.            have access to your machine.  Without ZEROFREE, undelete utilities
  246.            and disk editors can recover data that is left in unused data
  247.            areas of your disk.
  248.  
  249.         Features:
  250.  
  251.            o  ZEROFREE zeroes the complete unallocated data area of a disk,
  252.               so undelete utilities, disk editors, and data recovery programs
  253.               cannot access data from deleted files.
  254.  
  255.            o  ZEROFREE zeroes the directory entries of deleted files, so that
  256.               the names, sizes, or dates of deleted files are erased too.
  257.  
  258.  
  259.  
  260.  
  261.                                       - 4 -
  262.  
  263.            o  ZEROFREE zeroes the unused space at the end of files, so that
  264.               disk editors can't recover data that may remain there.
  265.  
  266.  
  267.         Program: FSORT
  268.  
  269.         Version: 1.0
  270.  
  271.         Files:   FSORT.EXE      Program
  272.                  FSORT.DOC      Documentation
  273.  
  274.         Purpose:
  275.  
  276.            FSORT reads data from an input file, sorts it, and writes it to an
  277.            output file.
  278.  
  279.         Features:
  280.  
  281.         o  FSORT is faster than other sort programs, and MUCH faster than the
  282.            MS-DOS sort command.
  283.  
  284.         o  FSORT sorts any size file.
  285.  
  286.         o  FSORT is careful in it's use of disk space, so that files can be
  287.            sorted successfully even when there's little space available.
  288.  
  289.         o  FSORT can handle any number of sort keys, sort in ascending or
  290.            descending order, and ignore the case (upper/lower) of letters.
  291.  
  292.         o  FSORT can sort using character or numeric keys.
  293.  
  294.         o  FSORT can remove duplicate lines.
  295.  
  296.  
  297.  
  298.         Program: ZIPFIND
  299.  
  300.         Version: 1.2
  301.  
  302.         Files:   ZIPFIND.EXE    Program
  303.                  ZIPFIND.DOC    Documentation
  304.  
  305.         Purpose:
  306.  
  307.            ZIPFIND searches ZIP or ARC files for text strings, and displays
  308.            each line of each archived file that contains the desired string.
  309.  
  310.         Features:
  311.  
  312.            o  Any type of file stored in an ARC or ZIP file can be searched
  313.               for any text string.
  314.  
  315.            o  You can use your own text search program to provide more
  316.               powerful search options.  Many programs (e.g. GREP variants)
  317.               provide pattern searches and special output options not
  318.               otherwise available.
  319.  
  320.            o  You can use MS-DOS wildcards to search multiple ARC and ZIP
  321.               files.
  322.  
  323.  
  324.  
  325.  
  326.                                       - 5 -
  327.  
  328.         Program: D
  329.  
  330.         Version: 1.2
  331.  
  332.         Files:   D.EXE          Program
  333.                  D.DOC          Documentation
  334.  
  335.         Purpose:
  336.  
  337.               D lets you manipulate directories, files, and archives in an
  338.               intuitive and direct way.
  339.  
  340.         Features:
  341.  
  342.            o  D provides all standard file operations (e.g. view, delete,
  343.               copy) plus more obscure operations (e.g. setting file date).
  344.  
  345.            o  D provides all standard directory operations (e.g. make
  346.               directory) plus more obscure operations (e.g. delete a
  347.               directory and all files within it).
  348.  
  349.            o  D handles ARC and ZIP files as if they were directories.
  350.  
  351.            o  D provides many other features.
  352.  
  353.  
  354.  
  355.         Program: ASCIIZE
  356.  
  357.         Version: 1.2
  358.  
  359.         Files:   ASCIIZE.EXE    Program
  360.  
  361.         Purpose:
  362.  
  363.            ASCIIZE transforms any file to or from an ASCII-encoded form.
  364.            This is useful when transferring a binary file via an ASCII-only
  365.            medium (e.g. an EMAIL message).
  366.  
  367.         Features:
  368.  
  369.            o  You can add an explanation to the front of the ASCII-encoded
  370.               file.
  371.  
  372.            o  Any changes made to the ASCII-encoded text are detected when
  373.               the text is converted back to binary.
  374.  
  375.  
  376.  
  377.         Program: SQUISH
  378.  
  379.         Version: 1.0
  380.  
  381.         Files:   SQUISH.EXE     Program
  382.  
  383.         Purpose:
  384.  
  385.            SQUISH compresses or decompresses files.
  386.  
  387.  
  388.  
  389.  
  390.  
  391.                                       - 6 -
  392.  
  393.         Features:
  394.  
  395.            o  Squish uses standard input and output, so that file redirection
  396.               and pipes can be used.
  397.  
  398.  
  399.  
  400.      3  Support, Ordering, and Licensing:
  401.  
  402.         I support all programs via CompuServe mail.  Messages should
  403.         carefully describe your problem or question, and be sure to note the
  404.         version of the program you're using.  I support all registered users,
  405.         and usually reply to those who haven't yet decided whether or not to
  406.         register.  I'll also respond to queries via regular U.S. Mail.  My
  407.         CompuServe userid is [70325,1134], and my mailing address is:
  408.  
  409.               Mike Albert
  410.               P. O. Box 535
  411.               Bedford, MA   01730
  412.  
  413.  
  414.         I welcome all comments and suggestions concerning my programs.  I'd
  415.         like to know how you are using them, where you got them, and what
  416.         problems, bugs, or weaknesses you find.  If you tell me about
  417.         enhancements or changes you're interested in, I'll make an effort to
  418.         provide them.
  419.  
  420.         Anyone can order the latest version of my shareware programs directly
  421.         from me for a fee of $5.00.  Just send the order (make sure it
  422.         contains your mailing address) with your check to the above address.
  423.         You'll receive a 5 1/4 inch 360Kb floppy disk containing the latest
  424.         version of all my shareware products.  If you need other formats (5
  425.         1/4 inch 1.2Mb or 3 1/2 inch 720Kb or 1.44Mb) I can provide them.  If
  426.         you live outside North America, please send extra money for the
  427.         increased postage.
  428.  
  429.         All my programs are distributed as shareware.  Registration payments
  430.         are donated to Oxfam America, an international development and
  431.         disaster relief agency.  It's a worthy charity that I've been
  432.         supporting for many years.  As stated in Oxfam literature,
  433.  
  434.            "Oxfam America is an international agency that funds self-help
  435.            development projects and disaster relief in poor countries in
  436.            Africa, Asia, and Latin America, and also prepares and distributes
  437.            educational materials for people in the United States on the
  438.            issues of development and hunger.  The name "Oxfam" comes from the
  439.            Oxford Committee for Famine Relief, founded in England in 1942.
  440.            Oxfam America, based in Boston, was formed in 1970, and is one of
  441.            seven autonomous Oxfams around the world (Great Britain,
  442.            Australia, Belgium, Canada, Quebec, Hong Kong and the United
  443.            States).  Oxfam is a nonsectarian, nonprofit agency that neither
  444.            seeks or accepts U.S. government funds.  All contributions are
  445.            tax-deductible to the extent permitted by law."
  446.  
  447.  
  448.         For more information, you can phone Oxfam at 617-482-1211, or write
  449.         to them at:
  450.  
  451.                   Oxfam America
  452.                   26 West Street
  453.                   Boston, MA  02111-1206
  454.  
  455.  
  456.                                       - 7 -