Change Total Commander cache
Moderators: Hacker, petermad, Stefan2, white
Change Total Commander cache
Hi,
I want to change the cache location for everything or every archive type, but can't find an option for that. Is there a line for the configuration file ?
Thanks.
I want to change the cache location for everything or every archive type, but can't find an option for that. Is there a line for the configuration file ?
Thanks.
AFAIK thumbnail cache only can be set to desire location (Configuration dialog> Thumbnail page)
WipeDir is used by the installer, more...
WipeDir is used by the installer, more...
2adisor13
Yu can start TC with a batch file that sets the location of the temporary directory for TC to your liking.
For example tc.bat containing:
You would have to make c:\temp yourself.
Yu can start TC with a batch file that sets the location of the temporary directory for TC to your liking.
For example tc.bat containing:
Code: Select all
@echo off
set temp=c:\temp
start c:\totalcmd\totalcmd64.exe
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
It is also possible to change envvars like TEMP using Autorun plugin. However this dir will be used as a default temporary dir for all programs started from TC.