home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / word2x0a.zip / md5.cmd < prev    next >
OS/2 REXX Batch file  |  1998-08-08  |  317b  |  13 lines

  1. @echo off
  2. echo ************
  3. echo   Warning!
  4. echo ************
  5. echo Be sure to know the implications of running this program!
  6. echo Stop program now with Ctrl-C
  7. pause
  8. rm -f checksums.*
  9. md5sum -b * >checksums.tmp
  10. grep -v checksums.tmp checksums.tmp > checksums.md5
  11. rm -f checksums.tmp
  12. pgp -sab checksums.md5
  13.