Default directory for unpacking files using the internal zip
Moderators: Hacker, petermad, Stefan2, white
Default directory for unpacking files using the internal zip
How can i set the default directory?
Hello, christianh.
If I am not totally mistaken the default unpacking target folder used by the internal unzip function is the current folder displayed in the opposite Total Commander panel.
If your question aims at a Firefox like setting - Firefox defaults to download everything to the "download" folder - then Horst.Epp's answer applies: there is no such setting.
Kind regards,
Karl
If I am not totally mistaken the default unpacking target folder used by the internal unzip function is the current folder displayed in the opposite Total Commander panel.
If your question aims at a Firefox like setting - Firefox defaults to download everything to the "download" folder - then Horst.Epp's answer applies: there is no such setting.
Kind regards,
Karl
MX Linux 21.3 64-bit xfce, Total Commander 11.50 64-bit
The people of Alderaan keep on bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine.
The Prophet's Song
The people of Alderaan keep on bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine.
The Prophet's Song
Ah too bad! That function would be great!karlchen wrote:Hello, christianh.
If I am not totally mistaken the default unpacking target folder used by the internal unzip function is the current folder displayed in the opposite Total Commander panel.
If your question aims at a Firefox like setting - Firefox defaults to download everything to the "download" folder - then Horst.Epp's answer applies: there is no such setting.
Kind regards,
Karl
Using TC 8.50 you can create such function by creating custom commands and combining commands.christianh wrote:Ah too bad! That function would be great!
Open default unpack folder in opposite panel (em_usercmd1:command:"cd .", start path: "c:\unpackfolder")
Start the unpack function (cm_UnpackFiles)
Combined command: em_usercmd1,cm_UnpackFiles