Extract multiple files to filename/subdirectories
-
Hi!
I’m trying to extract multiple files to filename/subdirectories using -psub command. I’ve managed to extract single file but can’t find the right syntax for multiple files.
Any help would be greatly appreciated.
-
Seems there is a problem …
paext -p"c:\test\try" example.zip
works OK
butpaext -psub"c:\test\try" example.zip
AND
paext -psub"c:\test\try" *.zipFail with
“Error: can’t write to destination”
followed by
“Error: error creating dir TempDir”Even setting temp directory with
paext -$“C:\temp” -psub"c:\test\try" *.zip
gives same error
PACL 6.01 (WinXp SP3)
-
thanks for info guys, issue has been logged in!
-
it wasnt supposed to work like that, but we can add it to new version. Also, you need to use -p and -psub separately.
-
Sorry, can you clarify how it is/was supposed to work then :confused:
P.S. I did use them separately.
Ahh, perhaps you mean it should be just “paext -psub *.zip”
creating sub-directories only from current directory? -
-pC:\test -psub
however -psub currently works only with current folder… we added it as a wish for next release!
-
PACL 6.02 RC:
http://www.powerarchiver.com/test/release10/pacl602.exePlease check your reported issues and see if they are fixed or not… thanks!
-
Sorry missed this (waiting for esedic) - too late for PACL 6 now :o
paext -pC:\test -psub *.zip
works (creating subfolders in c:\test) for single & multiple zip files in PACL 7.00 RC1