home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / newc_dev / comp10.lha / comp.doc < prev    next >
Text File  |  1993-01-18  |  600b  |  21 lines

  1.  
  2. COMP is an utility that compares two files, showing their different bytes and
  3. their position; the files must have same length.
  4.  
  5. This program has been written & compiled with HiSoft's HiSpeed Pascal 2.0
  6.  
  7. Usage: 
  8. comp <filename1> <filename2>
  9.  
  10. The program can be executed from icon or from Cli
  11. If filename1 and filename2 are omitted, the program asks the two file's names
  12. if filename2 is omitted, the program asks only the second name.
  13.  
  14. If the program doesn't find a file or files have different size, a custom
  15. string appears and the program ends.
  16.  
  17. This program is Public Domain!
  18.  
  19.  
  20.  
  21.                         Bye from Case