home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / datatypes / ahi-sounddt / runme < prev    next >
Encoding:
Text File  |  1997-04-20  |  486 b   |  12 lines

  1. FailAt 21
  2. Echo NOLINE Patching...
  3. spatch -psound.pch -oSYS:Classes/Datatypes/sound.datatype.new SYS:Classes/Datatypes/sound.datatype
  4. If FAIL
  5.   Echo "*nIt looks like you have the wrong version of sound.datatype installed!"
  6.   Echo "Perhaps you've already patched it, or are using OS 3.0?"
  7.   Quit
  8. EndIf
  9. rename SYS:Classes/Datatypes/sound.datatype SYS:Classes/Datatypes/sound.datatype.os31
  10. rename SYS:Classes/Datatypes/sound.datatype.new SYS:Classes/Datatypes/sound.datatype
  11. Echo Finished!
  12.