home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -seriously_amiga- / programming / other / hunk / rexx / patch00.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1998-05-09  |  220 b   |  12 lines

  1. /* Patch a user selectable file by Hunk, automatically.
  2.    Apply all '000 relevant patches. */
  3.  
  4. MergeRelocs
  5. ApplyPatch "General.hop"
  6. ApplyPatch "Asl_Add.hop"
  7. MergeRelocs
  8. Count 'hunks'
  9. do i=0 to hunks-1
  10.     StripZeros i
  11. end
  12.