COMPFILE.EXE compare files in different paths Class: Lattice NAME COMPFILE SYNOPSIS compfile [-vdust][d:][path]file.ext destination DESCRIPTION Provides information about similar files that exist on two different paths. Files may be on the same or different drives. Lists files in the destination that differ in size and/or date from the source file by the same name. Useful in maintaining up to date copies of files from a local area network. FLAGS -v verbose: shows how the files differ -d difference: show all files in common -u unique: only shows files found on source but not destination -s only compares size of files -t only compares date/time of files NOTE the environment variable COMPFILE may be used to set defaults of the above flags. SET COMPFILE=vd will cause the program to always select options verbose and difference. The defualts may be overridden by specifying the options on the command line. COMPFILE -v file.exe a: will shut off the verbose mode if already set by the environment variable.