Sample of [PackerPlugins] section in wincmd.ini
[PackerPlugins]
7z=79,C:\Program Files\totalcmd\Stuff\multiarc.wcx
iso=0,C:\Program Files\totalcmd\Stuff\iso.wcx
lst=21,C:\Program Files\totalcmd\Stuff\diskdir.wcx
Can anyone please tell me what does numbers in bold mean?
wincmd.ini->[PackerPlugins]
Moderators: Hacker, petermad, Stefan2, white
@Poiuytr
In addition to what VadiMGP wrote,
this is what I got from the TC online help:
1: Is able to create an archive
2: Is able to modify an existsiting archive
4: More than one file in an archive is allowed
8: Is able to delete files from an archive
16: Supports option dialogues
Do not set the numbers manually. TC does so autoamtically
when the plugin is loaded for the first time.
Regards,
Karl
In addition to what VadiMGP wrote,
this is what I got from the TC online help:
1: Is able to create an archive
2: Is able to modify an existsiting archive
4: More than one file in an archive is allowed
8: Is able to delete files from an archive
16: Supports option dialogues
Do not set the numbers manually. TC does so autoamtically
when the plugin is loaded for the first time.
Regards,
Karl
MX Linux 21.3 64-bit xfce, Total Commander 11.50 64-bit
The people of Alderaan keep on bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine.
The Prophet's Song
The people of Alderaan keep on bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine.
The Prophet's Song
I asked this too once. The code is automaticly determined by TC from the plugin. It's a sum of the following options as stated in the packer plugin writers guide:
So lst=21 means options 1 + 4 + 16PK_CAPS_NEW= 1; {Can create new archives}
PK_CAPS_MODIFY= 2; {Can modify exisiting archives}
PK_CAPS_MULTIPLE= 4; {Archive can contain multiple files}
PK_CAPS_DELETE= 8; {Can delete files}
PK_CAPS_OPTIONS= 16; {Supports the options dialogbox}
PK_CAPS_MEMPACK= 32; {Supports packing in memory}
PK_CAPS_BY_CONTENT= 64; {Detect archive type by content}
PK_CAPS_SEARCHTEXT=128; {Allow searching for text in archives
{ created with this plugin}
PK_CAPS_HIDE= 256; { Show as normal files (hide packer icon) }
{ open with Ctrl+PgDn, not Enter }
...BRB...
@Maxwish
Hm, maybe I was faster, but your answer was more complete than what I got from the online help.
So your answer beates mine.
Kind regards,
Karl
Hm, maybe I was faster, but your answer was more complete than what I got from the online help.
So your answer beates mine.

Kind regards,
Karl
MX Linux 21.3 64-bit xfce, Total Commander 11.50 64-bit
The people of Alderaan keep on bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine.
The Prophet's Song
The people of Alderaan keep on bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine.
The Prophet's Song