home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Player / hip205.lha / HiP-script < prev    next >
Encoding:
AmigaDOS Script File  |  1995-04-21  |  332 b   |  18 lines

  1. .key filename/a,tempdir/a
  2. .bra {
  3. .ket }
  4.  
  5. ; *** HippoPlayer LZX extraction script ***
  6.  
  7. failat 21
  8.  
  9. if not exists {tempdir}        ; Create temp dir
  10. makedir {tempdir}
  11. endif
  12.  
  13. ; Extract archive into the temp dir, rename file in temp dir to virtahepo
  14.  
  15. lzx -m -q x "{filename}" {tempdir}/
  16. execute s:spat rename {tempdir}/#? {tempdir}/virtahepo
  17.  
  18.