PMFLComp: Difference between revisions
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..." |
(No difference)
|
Revision as of 21:00, 22 November 2017
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 programs.
- Hex/binary: compares two files on a byte by byte basis. A comprehensive listing to compare right down to the bit level.
- 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]