home *** CD-ROM | disk | FTP | other *** search
- .key filename/a,tempdir/a
- .bra {
- .ket }
-
- ; *** HippoPlayer LZX extraction script ***
-
- failat 21
-
- if not exists {tempdir} ; Create temp dir
- makedir {tempdir}
- endif
-
- ; Extract archive into the temp dir, rename file in temp dir to virtahepo
-
- lzx -m -q x "{filename}" {tempdir}/
- execute s:spat rename {tempdir}/#? {tempdir}/virtahepo
-
-