hi
1)
can i add/create change attribute button with settings with current date everytime click on its without click always on current ?
a soft of automation
[img]https://i.postimg.cc/kgSbcyWY/2024-08-11-073733.jpg[/img]
2)
and create a change attribute button with a preset ?
[img]https://i.postimg.cc/c4ggxck1/2024-08-11-073907.jpg[/img]
thanks
can i add change attribute button with settings ?
Moderators: Hacker, petermad, Stefan2, white
can i add change attribute button with settings ?
love Total Commander , best file manager ever made
Re: can i add change attribute button with settings ?
1) OPENATTRIBUTES= +c
2) OPENATTRIBUTES= <Settings>
You can find out about this in the help by running the command:
hh.exe %COMMANDER_PATH%\TOTALCMD.CHM::options_setattr.htm
2) OPENATTRIBUTES= <Settings>
You can find out about this in the help by running the command:
hh.exe %COMMANDER_PATH%\TOTALCMD.CHM::options_setattr.htm
Overquoting is evil! 👎
Re: can i add change attribute button with settings ?
hiFla$her wrote: 2024-08-11, 08:31 UTC 1) OPENATTRIBUTES= +c
2) OPENATTRIBUTES= <Settings>
You can find out about this in the help by running the command:
hh.exe %COMMANDER_PATH%\TOTALCMD.CHM::options_setattr.htm
in short i have to create a button like this
Code: Select all
TOTALCMD#BAR#DATA
cm_SetAttrib
x:\tc\icons\Bokehlicia-Captiva-Clock.ico
502
OPENATTRIBUTES= +c
Code: Select all
TOTALCMD#BAR#DATA
cm_SetAttrib
OPENATTRIBUTES=+c
x:\tc\icons\Bokehlicia-Captiva-Clock.ico
-1
and on a second button
OPENATTRIBUTES= <name of the preset>
with the < > doesn't work
with hh.exe %COMMANDER_PATH%\TOTALCMD.CHM::options_setattr.htm , i have found nothing
thanks
love Total Commander , best file manager ever made
Re: can i add change attribute button with settings ?
No, OPENATTRIBUTES is a command, use it instead of cm_SetAttrib.
Re: can i add change attribute button with settings ?
>>
TOTALCMD#BAR#DATA
OPENATTRIBUTES= +c
You pointed it out yourself:
giulia wrote: 2024-08-11, 05:43 UTC can i add/create change attribute button with settings with current date ...
I specifically marked the angle brackets in gray so that you don't specify them. This is a template syntax.
To do this, place the English help (from this archive) in the TC root folder.giulia wrote: 2024-08-13, 08:12 UTCwith hh.exe %COMMANDER_PATH%\TOTALCMD.CHM::options_setattr.htm , i have found nothing
Overquoting is evil! 👎