This is odd especially because I use variables in button definition. Like:
Code: Select all
button19=%COMMANDER_DRIVE%\Programs\IrfanView\i_view32.exe,1
cmd19=""%COMMANDER_DRIVE%\Programs\IrfanView\i_view32.exe""
menu19=IrfanView

Moderators: Hacker, petermad, Stefan2, white
Code: Select all
button19=%COMMANDER_DRIVE%\Programs\IrfanView\i_view32.exe,1
cmd19=""%COMMANDER_DRIVE%\Programs\IrfanView\i_view32.exe""
menu19=IrfanView
I can't confirm this.roentgen wrote:When running TC from USB stick and the drive letter changes, the icons in the button bar are extracted again. This means that for the first start I have to wait for ~30 secs until TC becomes responsive.
This is odd especially because I use variables in button definition. Like:If I am to take a wild guess this is because of the data that gets stored inside the .br files that maybe is using absolute paths. Whatever the reason is I would really like to have this fixedCode: Select all
button19=%COMMANDER_DRIVE%\Programs\IrfanView\i_view32.exe,1 cmd19=""%COMMANDER_DRIVE%\Programs\IrfanView\i_view32.exe"" menu19=IrfanView