TC 9 totalcmd.inc file included in TC 8.52

Bug reports will be moved here when the described bug has been fixed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

TC 9 totalcmd.inc file included in TC 8.52

Post by *Lefteous »

The totalcmd.inc file of the current version of TC 9 (alpha?) is included in TC 8.52. Unsurprisingly none of the commands work. An error message is displayed instead :cry:

Code: Select all

cm_ButtonConfig2=583;Conf: Button bar 2 (vertical)
.
.
.
CM_WAIT <time>=-12;Wait x milliseconds
SAVETABS <filename>=-13;Save tabs to .tab file on active side
SAVETABSL <filename>=-14;Save tabs to .tab file on left side
SAVETABSR <filename>=-15;Save tabs to .tab file on right side
SAVETABS2 <filename>=-16;Save tabs to .tab file on both sides (active=first)
SAVETABS2L <filename>=-17;Save tabs to .tab file on both sides (left=first)
SAVETABS2R <filename>=-18;Save tabs to .tab file on both sides (right=first)
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3278
Joined: 2003-05-06, 11:46 UTC

Post by *Sir_SiLvA »

I CONFIRM this plus OPENLANGUAGEFILE is now gone from the tc.inc
in the section [________Commands with parameters_________]=0
with no reason anywhere in history.txt
Hoecker sie sind raus!
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2Sir_SiLvA
OPENLANGUAGEFILE is now gone from the tc.inc
history.txt wrote:12.03.14 Added: New internal command OPENLANGUAGEFILE WCMD_xyz.LNG to open specific LNG/MNU file pair from "language" subdir. Leave out parameter for internal language. Will not be added to .inc (32/64)
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Yes, I left OPENLANGUAGEFILE out from the inc so it didn't need translation. It could be a good idea to add it to TC 9, which will require quite a few new string translations.
Author of Total Commander
https://www.ghisler.com
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2ghisler(Author)
Sorry but this thread is about something else... :roll:
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

No it's not, it's about totalcmd.inc. There was nothing to comment about the other reported errors.
Author of Total Commander
https://www.ghisler.com
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

This should be fixed in Total Commander 8.52a RC1, please test it!
Author of Total Commander
https://www.ghisler.com
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

Fixed in Total Commander 8.52a RC1.
User avatar
petermad
Power Member
Power Member
Posts: 14741
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

Yes, confirmed fixed in TC 8.52aRC1 : )
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Thanks for checking!
Author of Total Commander
https://www.ghisler.com
milkaca
Junior Member
Junior Member
Posts: 53
Joined: 2015-02-23, 23:47 UTC
Location: Germany

Post by *milkaca »

SAVETABS functions are still missing in TOTALCMD.INC in latest 8.52a final version.

Will that be included and fixed in next release, version 9?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Yes, they will be in TC9.
Author of Total Commander
https://www.ghisler.com
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

I can't get SAVETABS command working:

Code: Select all

SAVETABS d:\1.tabs from command line - 'file not found' error
SAVETABS 1.tabs from command line - same error
Should these commands work from command line?
User avatar
petermad
Power Member
Power Member
Posts: 14741
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2MVV

I don't think any of the commands with negative numbers, like SAVETABS <filename>=-13 - works from command line.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Indeed they only work in button bar and start menu.
Author of Total Commander
https://www.ghisler.com
Post Reply