home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 18 / amigaformatcd18.iso / +look_here_1st!+ / af_on_the_web / websites / makecd / brik.readme < prev    next >
Text File  |  1997-08-01  |  775b  |  23 lines

  1. This is a program to calculate 32-bit CRCs for files. We recommend to
  2. include a CRCList into every data CD image. Then you can check your CD
  3. any time later, if there are any bit changes or anything else.
  4.  
  5. You can use the following commands to create a CRCList. "SOURCEDIR:"
  6. is your source directory which you want to write to CD.
  7.  
  8. Cd SOURCEDIR:
  9. List ALL FILES LFORMAT "%p%n" >T:briklist
  10. Brik >CRCList -Gbf T:briklist
  11. Delete T:briklist
  12.  
  13. To check SOURCEDIR: or the written CD-R, type:
  14.  
  15. Cd SOURCEDIR:        (or Cd CD0:)
  16. Brik -C CRCList      (test silently)
  17. or: Brik -vC CRCList (show what's happening)
  18.  
  19. Brik will return with no error if everything was OK, and list all errors,
  20. if it found some.
  21.  
  22. This short readme file has been written by Angela Schmidt.
  23.