PMFLComp: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
(Created page with "PMFLComp compares two files using three different methods: #ASCII/line: compares two files on a line by line basis. An excellent tool for comparing differences in source progr...")
 
mNo edit summary
Line 5: Line 5:


;Requirements:OS/2 2.0
;Requirements:OS/2 2.0
;Author: American Coders
;Author: [[American Coders]]


==Links==
==Links==
* [pmflcomp.zip]
* [http://hobbes.nmsu.edu/download/pub/os2/util/disk/pmflcomp.zip pmflcomp.zip]


[[Category:Shareware]]
[[Category:Shareware]]

Revision as of 13:58, 19 January 2018

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