home *** CD-ROM | disk | FTP | other *** search
- Documentation of various original programs written
- by Ward Christensen
-
- ----CK-FIX.COM----
- OVERVIEW:
- Program to print a checksum of a file - used to
- tell if two files are the same. N-O-T-E the previous version
- distributed to many people had a BUG whereby it didn't really
- work. Something like an ADD L instead of an ADD M (??).
-
- USAGE:
- Suggest renaming this back to just CK.COM after you
- have properly disposed of any earlier versions.
-
- CK fn.ft to produce a total file cksum.
-
- CK fn.ft d to see a detailed (sector-by-
- sector) cksum and the total.
-
- Ex:
-
- A>ck-fix b:ck-fix.doc d
- CK AS OF 10/29/78
- F3 98 D7 56 6F
- 03 27 = FILE CKSUM
-
- A>
-