

- #What can uniextract extract update
- #What can uniextract extract archive
- #What can uniextract extract code
- #What can uniextract extract plus
REM no file has been passed ("infinite loop" re-start)Įcho This "re-launcher" will continually re-open a UniExtract window/instance.Įcho Just click the X button on the top right of THIS window to break the loop, Start /D "%~dp0" /wait UniExtract.exe %1 "%~dpn1" IF "%~1" = "" (goto re-start) ELSE (goto PassedFiles) Thanks for reporting - this does need to get addressed at some point.Title ''UniExtract'' re-launcher (for extracting multiple files)

I'll give this some though to see if I can come up with a good, general, and efficient method to do better error checking, but it may need to wait until the next feature release. Unfortunately, I need to deal with 40 different helper binaries, and not all them play nice. Eg., if I only had to worry about verifying 7-Zip output, then I could do it easily enough as I could write some very specific checks (plus, 7-Zip reliably sets error codes, making it even easier). In some specific cases, I do use the above techniques for determining if a specific file is supported and/or successfully extracted, but there's no good way to generalize the checks.
#What can uniextract extract code
check exit code of helper binary to determine success or failure.
#What can uniextract extract archive
#What can uniextract extract update
I'll update this post thread once I've made some more progress.

Windows 7-specific bug reports also welcome. I'd greatly appreciate any assistance in filtering this information down to the key issues, such as crashes, compatibility issues, etc. I know there are many bug reports in the forum, but I have a limited amount of time available for this and I really want to use this opportunity to push out a new release. What I'm asking from you is to please provide feedback regarding bugs.
#What can uniextract extract plus
I'm currently working on the AutoIt bits, and hope to have that plus the binary updates done this weekend.
