PMFLComp

From OS2World.Com Wiki
Revision as of 12:58, 19 January 2018 by Ak120 (talk | contribs)
Jump to navigation Jump to search

PMFLComp compares two files using three different methods:

  1. ASCII/line: compares two files on a line by line basis. An excellent tool for comparing differences in source programs.
  2. Hex/binary: compares two files on a byte by byte basis. A comprehensive listing to compare right down to the bit level.
  3. Checksum: comparees two files by calculating a checksum value for both files. The fastest way to compare two files. Provides options to customize the comparison type.
Requirements
OS/2 2.0
Author
American Coders

Links