PMFLComp: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Ak120 (talk | contribs)
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..."
 
Jugbogdan (talk | contribs)
 
(One intermediate revision by one other user not shown)
Line 5: Line 5:


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


==Links==
==Links==

Latest revision as of 02:59, 4 September 2022

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

  • [pmflcomp.zip]