home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / FCOMP6.ZIP / FCOMP.DOC < prev    next >
Text File  |  1990-12-26  |  5KB  |  140 lines

  1.  
  2.         FCOMP  Version 6.4 December 26,1990
  3.         Copyright 1989,1990 Les J. Ventimiglia
  4.  
  5.         Introduction
  6.         ------------
  7.  
  8.         FCOMP (Source File COMPare).  This utility allows one to
  9.         compare all of the source files in one tree against those of 
  10.         another tree.  FCOMP is released as shareware.  Donations are
  11.         welcomed.  Other tools will be forthcomming.
  12.  
  13.         FCOMP is a source file compare utility that supports
  14.         directory recursion and HPFS long file names of OS/2 1.2 or
  15.         later.  FCOMP displays its output in a choice of two
  16.         different formats.
  17.  
  18.         FCOMP is provided in a protected mode version as well as a
  19.         bound version for use in DOS or OS/2.
  20.  
  21.         This documentation describes the registered version of FCOMP. 
  22.         The non-registered version does not support the /d, /f or /s
  23.         options.
  24.  
  25.         The zip file should contain the following files:
  26.  
  27.                 FCOMP.EXE       Protected mode executable.
  28.                 BFCOMP.EXE      Bound executable.
  29.                 FCOMP.DOC       This document file.
  30.  
  31.         Version 6.0 24jun90 First release as Shareware.  
  32.         Version 6.1 27jul90 Fixed the /f option. File 1 info after 
  33.                                 the first 38 characters was not being 
  34.                                 displayed.
  35.         Version 6.2 11sep90 Fixed "fcomp x: y:" bug.
  36.                             Fixed "fcomp *.xyz *.x" bug.
  37.                             Fixed protected mode wild card matching.
  38.         Version 6.3 09dec90 Fixed "fcomp abc.* efg.*" bug
  39.         Version 6.4 26dec90 Split into registered and non-registered
  40.                             versions.
  41.  
  42.         Syntax
  43.         ------
  44.  
  45.         FCOMP [/dfms] filespec1 filespec2
  46.  
  47.         Where : /d = Display in "diff" format. Additions, deletions, 
  48.                      and changes to filespec1 to make filespec2 are shown.
  49.  
  50.                 /f = When displaying the changes in "column" format, 
  51.                      the first 38 columns of each line is displayed.
  52.                      This option will cause the remaining characters 
  53.                      in each line to be displayed.     
  54.  
  55.                 /m = Mono (no color).
  56.                 /s = Traverse all subdirectories below the ones
  57.                      specified.
  58.                 /? = Displays usage summary.
  59.  
  60.                 filespec1 is the source file or directory
  61.  
  62.                 filespec2 is the target file or directory    
  63.         
  64.         Wild card characters are accepted in the filespecs. Long file
  65.         names containing spaces should be enclosed in quotes.
  66.  
  67.         / options can be combined or be specified separately before or
  68.         after any of the filespecs.
  69.         
  70.         /sf == /s/f == /s /f  
  71.  
  72.         EXAMPLE
  73.         -------
  74.         
  75.         To compare the contents of one tree on drive c: against the
  76.         contents of your backup on drive d:, show results in column 
  77.         format (the default):
  78.  
  79.                 FCOMP c:\source d:\target /s
  80.  
  81.         To compare file 1.doc to 2.doc and show the results in "diff"
  82.         format:
  83.  
  84.                 FCOMP 1.doc 2.doc /d
  85.  
  86.  
  87.         SHAREWARE
  88.         ---------
  89.  
  90.         FCOMP is distributed under the SHAREWARE concept.
  91.         You are encouraged to copy and share this program with other users.
  92.         Please do not remove the copyright or the user-supported notice.
  93.         If you enjoy FCOMP and find it of value and wish to receive
  94.         the enhanced version, send $10 to the address at the end of the 
  95.         file.
  96.         
  97.         FCOMP is one of the "Ventimiglia Tools" family of programmer
  98.         enhancement utilities.  Look for more of these enhancement
  99.         utilities coming soon to a BBS near you.
  100.  
  101.         SHAREWARE is based on these three beliefs:
  102.  
  103.         1.  The value of software is best assessed by the
  104.             user on his own system.
  105.         2.  Creation of personal computer software can and
  106.             should be supported by computing community.
  107.         3.  That copying of programs should be encouraged,
  108.             rather than restricted.
  109.  
  110.  
  111.         Copyright/License/Warranty
  112.         --------------------------
  113.  
  114.         This document and the current version of the program file
  115.         FCOMP.EXE ("the software") are copyrighted by the author. The
  116.         copyright owner hereby licenses you to: use the software; make
  117.         as many copies of the program and documentation as you wish;
  118.         give such copies to anyone; and distribute the software and
  119.         documentation via electronic means.
  120.  
  121.         However, you are specifically prohibited from charging, or
  122.         requesting donations, for any such copies, however made. 
  123.  
  124.         No copy of the software may be distributed or given away without
  125.         this document; and this notice must not be removed.
  126.  
  127.         There is no warranty of any kind, and the copyright owner is not
  128.         liable for damages of any kind. By using the software, you agree
  129.         to this.
  130.  
  131.         Contact
  132.         -------
  133.  
  134.         Send registration fees and/or questions to :
  135.  
  136.         Les J. Ventimiglia
  137.         15247 Monroe Ave.
  138.         Moorpark, CA. 93021
  139.         (805) 529-6370
  140.