| QUOTE |
OpenRar COMPVIDRAR z:\MAME.rar GetRarInfo COMPVIDRAR 0 msgbox "Name:%ZipEntryName% Index:%ZipEntryIndex% Type:%ZipEntryType% uSize:%ZipEntryUncompSize% cSize:%ZipEntryCompSize%" UnRarFile COMPVIDRAR 0 z:\test.wmv CloseRar COMPVIDRAR
|
its a single file rar. filename inside is Preview.wmv and the msgbox line reports everything perfectly.
the rar'd file doesnt extract and when it hits CloseRar it locks the box.
so i tried a mutlifile rar, 3 to be exact and
1.getvid.xas
2. test.xas
3. actrionscriptreadme.txt
1 and 2 get reported, locks on the 3rd GetRarInfo
| QUOTE |
OpenRar COMPVIDRAR z:\MAME.rar
GetRarInfo COMPVIDRAR 0
msgbox "Name:%ZipEntryName% Index:%ZipEntryIndex% Type:%ZipEntryType% uSize:%ZipEntryUncompSize% cSize:%ZipEntryCompSize%" UnRarFile COMPVIDRAR 0 z:\test.wmv
GetRarInfo COMPVIDRAR 1 msgbox "Name:%ZipEntryName% Index:%ZipEntryIndex% Type:% ZipEntryType% uSize:%ZipEntryUncompSize% cSize:%ZipEntryCompSize%" UnRarFile COMPVIDRAR 1 z:\test1.wmv
GetRarInfo COMPVIDRAR 2 msgbox "Name:%ZipEntryName% Index:%ZipEntryIndex% Type:%ZipEntryType% uSize:%ZipEntryUncompSize% cSize:%ZipEntryCompSize%" UnRarFile COMPVIDRAR 2 z:\test2.wmv
CloseRar COMPVIDRAR
|
*no blank lines between these, just seperated for easier reading