home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 28
/
amigaformatcd28.iso
/
-seriously_amiga-
/
programming
/
other
/
hunk
/
rexx
/
patch00.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1998-05-09
|
220 b
|
12 lines
/* Patch a user selectable file by Hunk, automatically.
Apply all '000 relevant patches. */
MergeRelocs
ApplyPatch "General.hop"
ApplyPatch "Asl_Add.hop"
MergeRelocs
Count 'hunks'
do i=0 to hunks-1
StripZeros i
end