Unpack separate subdir unchecked by default
Moderators: Hacker, petermad, Stefan2, white
Unpack separate subdir unchecked by default
Do it is possible to set "Unpack each archive to a separate subdir..." unchecked by default?
X:\ToCo8>grep "UnZIP" HISTORY.TXT
Check your WINCMD.INI and adjust the parameter:
[Packer]
UnZIPSeparateSubdirs=-1
If not exists, just create it and set it to -1
.
Code: Select all
10.02.10 Added: wincmd.ini [Packer] UnZIPSeparateSubdirs option: added value -3 which works like -2, but only when more than one archive is selected
02.02.10 Added: wincmd.ini [Packer] UnZIPSeparateSubdirs option: added value -2 which means that the option is always on, and changes made by the user will not be remembered
15.12.09 Added: wincmd.ini [Packer] UnZIPSeparateSubdirs=0/1 allows to remember option "Unpack each archive to separate subdir" - the default value "-1" means that it's off and not remembered
Check your WINCMD.INI and adjust the parameter:
[Packer]
UnZIPSeparateSubdirs=-1
If not exists, just create it and set it to -1
.