FDC TC - WFX plugin for advanced system tweaking from TC
Moderators: Hacker, petermad, Stefan2, white
- alexanderwdark
- Senior Member
- Posts: 270
- Joined: 2008-04-14, 07:20 UTC
- Location: Russia
- Contact:
FDC TC - WFX plugin for advanced system tweaking from TC
FDC TC based on my FDK (Fast Disk Cleaner) engine.
This freeware tool has text-based plugin support, can make system tweak based on Registry, Ini and Cfg (ini w/o sections) file.
Any user can add it's own plugin, because it format is simple and useful.
Collection now has more the 210 system tweaking plugins.
And now I wrote plugin for the best file manager based on it's, FDK, source code.
download it
Warnin for non-russian speaking! Plugin has English/Russian GUI, text-based tweaking plugins have Russian titles and descriptions.
This freeware tool has text-based plugin support, can make system tweak based on Registry, Ini and Cfg (ini w/o sections) file.
Any user can add it's own plugin, because it format is simple and useful.
Collection now has more the 210 system tweaking plugins.
And now I wrote plugin for the best file manager based on it's, FDK, source code.
download it
Warnin for non-russian speaking! Plugin has English/Russian GUI, text-based tweaking plugins have Russian titles and descriptions.
Last edited by alexanderwdark on 2008-04-27, 16:12 UTC, edited 5 times in total.
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
- alexanderwdark
- Senior Member
- Posts: 270
- Joined: 2008-04-14, 07:20 UTC
- Location: Russia
- Contact:
- alexanderwdark
- Senior Member
- Posts: 270
- Joined: 2008-04-14, 07:20 UTC
- Location: Russia
- Contact:
fenix_productions wrote:Please add languages support for GUI (the rest can be translated easily by users).
WCX FDC_TC with English/Russian GUI
I got the following error messages during installation. It's in German maybe the addresses can help you finding the problem. "Unbekannter Softwarefehler" means "unknown software error".
---------------------------
TOTALCMD.EXE - Fehler in Anwendung
---------------------------
Die Ausnahme "Unbekannter Softwarefehler" (0x0eedfade) ist in der Anwendung an der Stelle 0x7c812a5b aufgetreten.
---------------------------
OK Abbrechen
---------------------------
and
---------------------------
TOTALCMD.EXE - Fehler in Anwendung
---------------------------
Die Anweisung in "0x027339e6" verweist auf Speicher in "0x027c20d8". Der Vorgang
"read" konnte nicht auf dem Speicher durchgeführt werden.
Klicken Sie auf "OK", um das Programm zu beenden.
Klicken Sie auf "Abbrechen", um das Programm zu debuggen.
---------------------------
OK Abbrechen
---------------------------
---------------------------
Error
---------------------------
Runtime error 216 at 027339E6
---------------------------
OK
---------------------------
I'm using Windows XP SP 2 German and the latest TC build.
---------------------------
TOTALCMD.EXE - Fehler in Anwendung
---------------------------
Die Ausnahme "Unbekannter Softwarefehler" (0x0eedfade) ist in der Anwendung an der Stelle 0x7c812a5b aufgetreten.
---------------------------
OK Abbrechen
---------------------------
and
---------------------------
TOTALCMD.EXE - Fehler in Anwendung
---------------------------
Die Anweisung in "0x027339e6" verweist auf Speicher in "0x027c20d8". Der Vorgang
"read" konnte nicht auf dem Speicher durchgeführt werden.
Klicken Sie auf "OK", um das Programm zu beenden.
Klicken Sie auf "Abbrechen", um das Programm zu debuggen.
---------------------------
OK Abbrechen
---------------------------
---------------------------
Error
---------------------------
Runtime error 216 at 027339E6
---------------------------
OK
---------------------------
I'm using Windows XP SP 2 German and the latest TC build.
- alexanderwdark
- Senior Member
- Posts: 270
- Joined: 2008-04-14, 07:20 UTC
- Location: Russia
- Contact:
- alexanderwdark
- Senior Member
- Posts: 270
- Joined: 2008-04-14, 07:20 UTC
- Location: Russia
- Contact:
It's a problem - now it supports only ini storing it that dir. And plugins are rebuilding and checking when plugin loads, write access to plugin directory must be enabled.Lefteous wrote:No of course not.Has plugin write access to total commander directory?
Last edition of FDC_TC
- alexanderwdark
- Senior Member
- Posts: 270
- Joined: 2008-04-14, 07:20 UTC
- Location: Russia
- Contact:
alexanderwdark wrote:Has plugin write access to total commander directory?
Plugin now writes only to it's own directory and don't writes to directory of TC.Lefteous wrote:No of course not.
Readonly checking was added.
Download last edition of FDC_TC
GUI is En/Ru, plugins are in Russian.
Last edited by alexanderwdark on 2008-04-24, 14:43 UTC, edited 1 time in total.
- ghisler(Author)
- Site Admin
- Posts: 50479
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
First, many thanks for writing a TC plugin!
I recommend that plugins write their ini file to the location of the wincmd.ini. You can find out this location by implementing FsSetDefaultParams. The DefaultIniName field contains path+file name of a standard ini file name. Just use the path with your own file name.Plugin now writes only to it's own directory and don't writes to directory of TC.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- alexanderwdark
- Senior Member
- Posts: 270
- Joined: 2008-04-14, 07:20 UTC
- Location: Russia
- Contact:
Yes, I use it in my StegoTC and DarkCryptTC plugins, it's very useful. Thanx.ghisler(Author) wrote:First, many thanks for writing a TC plugin!
I recommend that plugins write their ini file to the location of the wincmd.ini. You can find out this location by implementing FsSetDefaultParams. The DefaultIniName field contains path+file name of a standard ini file name. Just use the path with your own file name.Plugin now writes only to it's own directory and don't writes to directory of TC.
But in FDC_TC i need to process text-based plugins, rebuild base, etc. and need write access to plugin directory. Maybe, later I find solution...
- ghisler(Author)
- Site Admin
- Posts: 50479
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Maybe if writing to TC directory fails, you should try to write these to the ini directory too?
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- alexanderwdark
- Senior Member
- Posts: 270
- Joined: 2008-04-14, 07:20 UTC
- Location: Russia
- Contact:
Yes, but it was plugins duplication. After istalling plugins are location in wfx directory. If using ini directory i need to copy plugins to this directory and work with it. For modifications by-hand (deleting, editing text-based scripts) it maybe not useful.ghisler(Author) wrote:Maybe if writing to TC directory fails, you should try to write these to the ini directory too?
P.S. There is FDC_TC version, which stores plugins and config in ini location
build 27.04.2008
Also, there is interesting thing.
If I pack this plugin installpack to zip, it detects and install OK.
If I convert or pack install pack to rar (3.71) it's not detected as wfx installer archive.
Zip archive with installpack