Move to archive
Moderators: Hacker, petermad, Stefan2, white
- ReneThorstein
- Junior Member
- Posts: 4
- Joined: 2006-05-11, 06:07 UTC
Move to archive
Greeting goodfellows
When I use Pack files (Alt-F5) there is an option "Move to archive".
How do I set this option as default "On"
What variable i wincmd.ini should I set eq 1 ?
Like ZIPMoveToArchive=1 or whatever var Christian has used.
/René
When I use Pack files (Alt-F5) there is an option "Move to archive".
How do I set this option as default "On"
What variable i wincmd.ini should I set eq 1 ?
Like ZIPMoveToArchive=1 or whatever var Christian has used.
/René
/René (DK)
Re: Move to archive
Use ALT+SHIFT+F5 keyboard shortcut instead.
- ReneThorstein
- Junior Member
- Posts: 4
- Joined: 2006-05-11, 06:07 UTC
Re: Move to archive
Super !
How do I remap Shift-Alt-F5 to the F11 key ?
Alt-F5 = cm_PackFiles
Alt-Shift-F5 = cm_?????
How do I remap Shift-Alt-F5 to the F11 key ?
Alt-F5 = cm_PackFiles
Alt-Shift-F5 = cm_?????
/René (DK)
Re: Move to archive
Since the author still hasn't added an internal command for this , the only way is a script. e.g AutoHotKey
Code: Select all
#IfWinActive ahk_class TTOTAL_CMD
F11::!+F5
Re: Move to archive
If you accept Shift F11, just remap F11 to cm_packFiles (the Shift modifier is detected inside the command)ReneThorstein wrote: 2022-02-10, 12:29 UTC Super !
How do I remap Shift-Alt-F5 to the F11 key ?
Alt-F5 = cm_PackFiles
Alt-Shift-F5 = cm_?????
- ReneThorstein
- Junior Member
- Posts: 4
- Joined: 2006-05-11, 06:07 UTC
- ReneThorstein
- Junior Member
- Posts: 4
- Joined: 2006-05-11, 06:07 UTC
Re: Move to archive
Nope - NoGoGral wrote: 2022-02-10, 12:37 UTC Since the author still hasn't added an internal command for this , the only way is a script. e.g AutoHotKeyCode: Select all
#IfWinActive ahk_class TTOTAL_CMD F11::!+F5
I work in a controlled environment, and installing freeware is absolutly a nogo.
/René (DK)
Re: Move to archive
Time to search for a new jobReneThorstein wrote: 2022-02-11, 17:22 UTCNope - NoGoGral wrote: 2022-02-10, 12:37 UTC Since the author still hasn't added an internal command for this , the only way is a script. e.g AutoHotKeyCode: Select all
#IfWinActive ahk_class TTOTAL_CMD F11::!+F5
I work in a controlled environment, and installing freeware is absolutly a nogo.

Whats the difference to Total commander which is shareware.
Windows 11 Home, Version 24H2 (OS Build 26100.4351)
TC 11.55 RC7 x64 / x86
Everything 1.5.0.1396a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.4 x64
TC 11.55 RC7 x64 / x86
Everything 1.5.0.1396a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.4 x64