Default temp folder for TC

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
orinoco
Junior Member
Junior Member
Posts: 2
Joined: 2017-04-08, 08:20 UTC

Default temp folder for TC

Post by *orinoco »

Hello.
I searched but did not found. Is there any way to change the default temporary folder location, where TC unpacks files (archives)?
Normally archives are unpacked to the folder defined in the system %TEMP% variable, but I would like to change this only for TC and move it to RAMdisk, which is much faster.
There is an option in Settings, but it plays for zip files only.
Any idea?
User avatar
Stefan2
Power Member
Power Member
Posts: 4133
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Post by *Stefan2 »

Hi.

You can start TC with a batch file
that sets the location of the wanted temporary directory for TC to your liking.

For example tc.bat containing:

Code: Select all

@ECHO OFF
SET "temp=R:\temp\TCs"
START "" "c:\totalcmd\totalcmd.exe"




 
orinoco
Junior Member
Junior Member
Posts: 2
Joined: 2017-04-08, 08:20 UTC

Post by *orinoco »

Hello Stefan,Thanx a lot, it works fine. I wonder why I couldn't find this.

Mike
Post Reply