How to setup a button to unpack archive into a separate die
Moderators: Hacker, petermad, Stefan2, white
How to setup a button to unpack archive into a separate die
How do I create a button that with a single click will unpack the zip file under the cursor into its own folder where the zip file is located?
Re: How to setup a button to unpack archive into a separate die
Use the command:
Code: Select all
cm_UnpackFiles /T="."SG
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: How to setup a button to unpack archive into a separate die
Perfect. Thank you!