Move to archive

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
ReneThorstein
Junior Member
Junior Member
Posts: 4
Joined: 2006-05-11, 06:07 UTC

Move to archive

Post by *ReneThorstein »

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é
/René (DK)
User avatar
Gral
Power Member
Power Member
Posts: 1609
Joined: 2005-01-26, 15:12 UTC

Re: Move to archive

Post by *Gral »

Use ALT+SHIFT+F5 keyboard shortcut instead.
User avatar
ReneThorstein
Junior Member
Junior Member
Posts: 4
Joined: 2006-05-11, 06:07 UTC

Re: Move to archive

Post by *ReneThorstein »

Super !

How do I remap Shift-Alt-F5 to the F11 key ?

Alt-F5 = cm_PackFiles
Alt-Shift-F5 = cm_?????
/René (DK)
User avatar
Gral
Power Member
Power Member
Posts: 1609
Joined: 2005-01-26, 15:12 UTC

Re: Move to archive

Post by *Gral »

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
User avatar
nsp
Power Member
Power Member
Posts: 1949
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: Move to archive

Post by *nsp »

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_?????
If you accept Shift F11, just remap F11 to cm_packFiles (the Shift modifier is detected inside the command)
User avatar
ReneThorstein
Junior Member
Junior Member
Posts: 4
Joined: 2006-05-11, 06:07 UTC

Re: Move to archive

Post by *ReneThorstein »

Sorry, but the Shift-F11 theory doesn't work.

Tried and failed
/René (DK)
User avatar
ReneThorstein
Junior Member
Junior Member
Posts: 4
Joined: 2006-05-11, 06:07 UTC

Re: Move to archive

Post by *ReneThorstein »

Gral 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 AutoHotKey

Code: Select all

#IfWinActive ahk_class TTOTAL_CMD
F11::!+F5
Nope - NoGo
I work in a controlled environment, and installing freeware is absolutly a nogo.
/René (DK)
User avatar
Horst.Epp
Power Member
Power Member
Posts: 7012
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Move to archive

Post by *Horst.Epp »

ReneThorstein wrote: 2022-02-11, 17:22 UTC
Gral 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 AutoHotKey

Code: Select all

#IfWinActive ahk_class TTOTAL_CMD
F11::!+F5
Nope - NoGo
I work in a controlled environment, and installing freeware is absolutly a nogo.
Time to search for a new job :)
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
Post Reply