home *** CD-ROM | disk | FTP | other *** search
- This is a program to calculate 32-bit CRCs for files. We recommend to
- include a CRCList into every data CD image. Then you can check your CD
- any time later, if there are any bit changes or anything else.
-
- You can use the following commands to create a CRCList. "SOURCEDIR:"
- is your source directory which you want to write to CD.
-
- Cd SOURCEDIR:
- List ALL FILES LFORMAT "%p%n" >T:briklist
- Brik >CRCList -Gbf T:briklist
- Delete T:briklist
-
- To check SOURCEDIR: or the written CD-R, type:
-
- Cd SOURCEDIR: (or Cd CD0:)
- Brik -C CRCList (test silently)
- or: Brik -vC CRCList (show what's happening)
-
- Brik will return with no error if everything was OK, and list all errors,
- if it found some.
-
- This short readme file has been written by Angela Schmidt.
-