How to 'Automatically save and restore tabs' ?

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
M_Meyer
Junior Member
Junior Member
Posts: 29
Joined: 2005-07-29, 08:12 UTC
Location: Germany

How to 'Automatically save and restore tabs' ?

Post by *M_Meyer »

Hi,

with the new SAVETABS options, is there a possibility to automatically save and restore these tabs?
I am working with multiple instances of TC and would like to have the tabs saved and restored per instance. Yes, I could use separate ini files, but that would separate ALL of my settings.
Any ideas?
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6502
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

Make 2 em_commands like the following:

Code: Select all

[em_savealltabs]
cmd=SAVETABS2L %COMMANDER_PATH%\SAVETABS2L.tab
menu=Save all tabs to file

[em_OpenSavedTabs]
cmd=OPENTABS %COMMANDER_PATH%\SAVETABS2L.tab
menu=Open tabs from file
The you can use buttons or menu entries or assig hotkeys for it.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3527)
TC 11.03 x64 / x86
Everything 1.5.0.1373a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.77
QAP 11.6.3.3 x64
M_Meyer
Junior Member
Junior Member
Posts: 29
Joined: 2005-07-29, 08:12 UTC
Location: Germany

Post by *M_Meyer »

Thanks for the info. This method is not automatic, right? I still have to trigger the buttons manually. That's better than nothing, but when I forget to press the save button, possible changes are lost.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6502
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

M_Meyer wrote:Thanks for the info. This method is not automatic, right? I still have to trigger the buttons manually. That's better than nothing, but when I forget to press the save button, possible changes are lost.
Yes, but there is no Automatic way.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3527)
TC 11.03 x64 / x86
Everything 1.5.0.1373a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.77
QAP 11.6.3.3 x64
M_Meyer
Junior Member
Junior Member
Posts: 29
Joined: 2005-07-29, 08:12 UTC
Location: Germany

Post by *M_Meyer »

Okay, so I will have to live with the buttons for the moment.
Post Reply