Change Total Commander cache

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
adisor13
Junior Member
Junior Member
Posts: 5
Joined: 2014-07-29, 11:40 UTC

Change Total Commander cache

Post by *adisor13 »

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.
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3295
Joined: 2003-05-06, 11:46 UTC

Post by *Sir_SiLvA »

Yes.

ps: a more detailed answer can be found in Tcs Helpfile!
Hoecker sie sind raus!
adisor13
Junior Member
Junior Member
Posts: 5
Joined: 2014-07-29, 11:40 UTC

Post by *adisor13 »

I see a WipeDir=. I put this under the Configuration section in wincmd.ini but is not working. Temp files are still going to the userprofile.
User avatar
ts4242
Power Member
Power Member
Posts: 2081
Joined: 2004-02-02, 20:08 UTC
Contact:

Post by *ts4242 »

AFAIK thumbnail cache only can be set to desire location (Configuration dialog> Thumbnail page)

WipeDir is used by the installer, more...
adisor13
Junior Member
Junior Member
Posts: 5
Joined: 2014-07-29, 11:40 UTC

Post by *adisor13 »

I want this more for archives. When I open a tar archive it copies the files to a temp dir in the local user profile.
User avatar
petermad
Power Member
Power Member
Posts: 14808
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

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:

Code: Select all

@echo off
set temp=c:\temp
start c:\totalcmd\totalcmd64.exe
You would have to make c:\temp yourself.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

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.
adisor13
Junior Member
Junior Member
Posts: 5
Joined: 2014-07-29, 11:40 UTC

Post by *adisor13 »

Looks like there are other users that need the same thing as "ts4242" provided in the link.
Tried to use

@echo off
set temp=c:\temp
start c:\totalcmd\totalcmd64.exe

but is not working.
User avatar
Stefan2
Power Member
Power Member
Posts: 4158
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Post by *Stefan2 »

adisor13 wrote: Tried to use

but is not working.
WHAT is not working?

Have you adjusted the path to point to your TC folder?



 
adisor13
Junior Member
Junior Member
Posts: 5
Joined: 2014-07-29, 11:40 UTC

Post by *adisor13 »

Sorry is working (the script from @petermad), it's just that I did not put a comma in the right place. I have some spaces in the path.

Thanks guys for the help, and I hope this option will be implemented in a future release of the software.
Post Reply