How to extract archive in subfolder, but in same panel?
Moderators: Hacker, petermad, Stefan2, white
How to extract archive in subfolder, but in same panel?
Any fast way to extract an archive on the same folder but in a subfolder?
ALT+F9 unpacks it to the other side...
Like I have a ZIP on the left side... if I press ALT + F9 it will unpack it to my right side. All I want is to upack it on the same left side + subfolder.
Thanks
ALT+F9 unpacks it to the other side...
Like I have a ZIP on the left side... if I press ALT + F9 it will unpack it to my right side. All I want is to upack it on the same left side + subfolder.
Thanks
- sqa_wizard
- Power Member
- Posts: 3896
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
if you just type "." it will replace the target folder to current folderPET wrote:Any fast way to extract an archive on the same folder but in a subfolder?
ALT+F9 unpacks it to the other side...
Like I have a ZIP on the left side... if I press ALT + F9 it will unpack it to my right side. All I want is to upack it on the same left side + subfolder.
Thanks
use checkbox to have same name as archive... // 4 tab and space
I use powerpro to do it for me in one keystroke you can also use AHK to automate +F9 //wait// .<tab><tab><tab><tab><space><enter>
If you have Winrar, use this button
Code: Select all
TOTALCMD#BAR#DATA
%ProgramFiles%\WinRAR\WinRAR.exe
x %P%N "%P%O\"
%ProgramFiles%\WinRAR\WinRAR.exe
Unpack to the same panel
%ProgramFiles%\WinRAR\
0
-1
PET,
Usually if you clear destination folder, TC will unpack to current panel. However if you need to unpack to a subfolder of current panel, you can simply write subfolder name as a destination folder (just type it over selected suggested path in a field).
Also note that unpack dialog has an option to auto-create subfolder with archive name. And there is a wincmd.ini option that makes it enabled by default - pretty useful feature: UnZIPSeparateSubdirs=-2 in [Packer] section.
Usually if you clear destination folder, TC will unpack to current panel. However if you need to unpack to a subfolder of current panel, you can simply write subfolder name as a destination folder (just type it over selected suggested path in a field).
Also note that unpack dialog has an option to auto-create subfolder with archive name. And there is a wincmd.ini option that makes it enabled by default - pretty useful feature: UnZIPSeparateSubdirs=-2 in [Packer] section.