home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 014 / compfile.arc / COMPFILE.TXT < prev    next >
Encoding:
Text File  |  1986-08-18  |  1.2 KB  |  37 lines

  1.                                                 COMPFILE.EXE
  2.  
  3. compare files in different paths                Class: Lattice
  4.  
  5. NAME
  6.     COMPFILE
  7.  
  8. SYNOPSIS
  9.     compfile [-vdust][d:][path]file.ext  destination
  10.  
  11. DESCRIPTION
  12.     Provides information about similar files that exist on two different
  13.     paths. Files may be on the same or different drives. Lists files in the
  14.     destination that differ in size and/or date from the source file by
  15.     the same name. Useful in maintaining up to date copies of files from
  16.     a local area network.
  17.     
  18. FLAGS
  19.     -v      verbose: shows how the files differ
  20.     -d      difference: show all files in common
  21.     -u      unique: only shows files found on source but not destination
  22.     -s      only compares size of files
  23.     -t      only compares date/time of files
  24.  
  25. NOTE
  26.     the environment variable COMPFILE may be used to set defaults of the
  27.     above flags.
  28.     SET COMPFILE=vd
  29.     will cause the program to always select options verbose and difference.
  30.     The defualts may be overridden by specifying the options on the
  31.     command line.
  32.     COMPFILE -v file.exe a:
  33.     will shut off the verbose mode if already set by the environment variable.
  34.     
  35.  
  36.  
  37.