hi5 wrote: ↑2023-11-05, 13:54 UTC
There is no real advantage to use the 64bit over the 32bit version so you can use 32bit in both cases.
Or you can try to use %PROCESSOR_ARCHITECTURE%[1] in the filename of the exe you are calling, so you can rename
F4TCIE-
64i.exe -> F4TCIE-
amd64i.exe
F4TCIE-
32i.exe -> F4TCIE-
x86i.exe
and then
Code: Select all
%commander_path%\addon\f4mini\F4TCIE-%PROCESSOR_ARCHITECTURE%i.exe "%1"
[1] %PROCESSOR_ARCHITECTURE%
Well, since this is a Polish forum, it's in two languages :)
The method you provided works. Thanks
Then for me there is one more issue with this autorun.wdx
How to configure the plugin so that F4MiniMenu starts automatically when TC starts?
Where in the autorun.cfg file should I enter and how:
Code: Select all
"%commander_path%\addon\f4mini\F4MiniMenu-64i.exe"
alternatively:
Code: Select all
"%commander_path%\addon\f4mini\F4MiniMenu-32i.exe"
so that the program starts with the appropriate TC
The same in Polish:
No tak trochę w dwóch językach
Podany przez Ciebie sposób działa. Dziękuję.
W takim razie pozostaje jeszcze jedna kwestia tego autorunu
Jak skonfigurować wtyczkę, żeby F4MiniMenu uruchamiał się automatycznie wraz ze startem TC?
W którym miejscu w pliku autorun.cfg i jak wpisać:
Code: Select all
"%commander_path%\addon\f4mini\F4MiniMenu-64i.exe"
ewentualnie:
Code: Select all
"%commander_path%\addon\f4mini\F4MiniMenu-32i.exe"
żeby program startował wraz z odpowiednim TC