Load tabs from file, replace - command

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Koenie
Junior Member
Junior Member
Posts: 11
Joined: 2004-01-14, 12:27 UTC

Load tabs from file, replace - command

Post by *Koenie »

The tab-right click menu has entries for "save tabs to file" and "load tabs from file".
I'd like to create a button that simulates this behaviour: replace tabs by tabs that I've saved in a file.
How can I do so ?
User avatar
franck8244
Power Member
Power Member
Posts: 704
Joined: 2003-03-06, 17:37 UTC
Location: Geneva...

Post by *franck8244 »

From the help file, you can use:

APPENDTABS tabfile.tab in the button bar appends the tabs saved in tabfile.tab.

OPENTABS tabfile.tab in the button bar replaces the current tabs with the tabs saved in tabfile.tab.

Sometimes the path to the tab file has to be quoted...
TC#88260 -
Koenie
Junior Member
Junior Member
Posts: 11
Joined: 2004-01-14, 12:27 UTC

Post by *Koenie »

Thanks, works fine!
User avatar
CEUM
Member
Member
Posts: 145
Joined: 2004-10-28, 08:26 UTC
Location: Stuttgart, Deutschland

Post by *CEUM »

franck8244 wrote:
APPENDTABS tabfile.tab in the button bar appends the tabs saved in tabfile.tab.

OPENTABS tabfile.tab in the button bar replaces the current tabs with the tabs saved in tabfile.tab.
Does anyone know:why are APPENDTABS and OPENTABS not listed in TOTALCMD.INC??
regards CEUM
User avatar
Hacker
Moderator
Moderator
Posts: 13142
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Well these are not internal commands and cannot be used throughout the program - eg you can't define a keyboard shortcut for them (at least not directly). Just like ZIPFROMLIST or FTPOPEN.

HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
CEUM
Member
Member
Posts: 145
Joined: 2004-10-28, 08:26 UTC
Location: Stuttgart, Deutschland

Post by *CEUM »

to hacker
thanks thought something like that
Post Reply