Well, saving the current tabs by "cm_Exit 5" would destroy my default startup settings.
Currently I use 3 buttons for this purpose:
1. SAVETABS2L "%COMMANDER_PATH%\TABS\temp.tab
2. cm_Exit 1
3. OPENTABS %COMMANDER_PATH%\TABS\temp.tab
Now I want to save one step by combining 1. and 2. like:
Code: Select all
SAVETABS2L "%COMMANDER_PATH%\TABS\temp.tab",cm_Exit 1

Is there any other notation required?
Using TC 10.52RC2