Is there an easy way to unpack .zip to a *new* folder that is the same as .zip file name (in one go - without creating a folder first with F7).
Code: Select all
c:\a.zip
Code: Select all
c:\a\*.*
Thanks.
Saso
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
c:\a.zip
Code: Select all
c:\a\*.*
Sure. In the "Unpack files" dialog (after pressing Alt+F9) check "Unpack each archive to a separate subdir (name of the archive)". Note that this option is not available when extracting from within the archive.miskox wrote: 2024-04-04, 09:36 UTCIs there an easy way to unpack .zip to a *new* folder that is the same as .zip file name (in one go - without creating a folder first with F7).
No, not that I know of. Maybe external archivers (WinRAR, 7-zip) have such a feature.Next question: I receive password protected .zip files. Is it possible to store these .zip passwords and let TC try each password and if none is correct asks the user?