How to set WipeDir key in wincmd.ini
Moderators: Hacker, petermad, Stefan2, white
How to set WipeDir key in wincmd.ini
I'd like to set custom temp folder to be used by TC to C:\TEMP\_TC instead of default c:\DOCUME~1\UserName~1\LOCALS~1\Temp\_tc\ with WipeDir key.
However, TC removes the key from wincmd.ini.
I tried all possible variants of WipeDir:
C:\TEMP\_TC\
C:\TEMP\_TC
C:\TEMP\
C:\TEMP
I also tried to modify wincmd.ini before running TC but without success.
Anybody knows what is the procedure to modify wincmd.ini to set WipeDir key?
Maybe an answer exists in German forum but I do not understand German to such extent:(
However, TC removes the key from wincmd.ini.
I tried all possible variants of WipeDir:
C:\TEMP\_TC\
C:\TEMP\_TC
C:\TEMP\
C:\TEMP
I also tried to modify wincmd.ini before running TC but without success.
Anybody knows what is the procedure to modify wincmd.ini to set WipeDir key?
Maybe an answer exists in German forum but I do not understand German to such extent:(
You cannot set this location, Total Commander always use %temp%\_tc location. However, you can create shortcut to bat or vbs script file which set %temp% to any another folder and starts Total Commander.
Example of batch file:
Example of batch file:
Code: Select all
setlocal
set temp=c:\WINDOWS\Temp
set tmp=c:\WINDOWS\Temp
totalcmd.exe
endlocal
A piece of totalcmd.hlp (item 4.a of Total Commander Help Index)Horst.Epp wrote:I don't know what a Wipedir Key should be for TC, never heard that.
I need separate system and TC temp folders.WipeDir= Path to the temp directory used by TC (and to wipe when re-opening TC)
Ignored if not containing $wc or (in TC7) \_tc
2xxxxxx
In the Total Commander Beta board forum I found this:
In the Total Commander Beta board forum I found this:
So it is not intended for what you thought.ghisler(Author) wrote:This option (WipeDir) is not meant for the end user. It is used during installation only.
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
2xxxxxx
Sorry - as I wrote - it is from the Total Commander Beta board forum, to where there is only access for TC alpha and beta testers.
You have to take my word for it.
Sorry - as I wrote - it is from the Total Commander Beta board forum, to where there is only access for TC alpha and beta testers.
You have to take my word for it.
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
Interesting, thanks for the info.ghisler(Author) hat folgendes geschrieben::So it is not intended for what you thought.This option (WipeDir) is not meant for the end user. It is used during installation only.
Shouldn't it be removed or explained more detailed in the (end user-)help then?
Who the hell is General Failure, and why is he reading my disk?
-- TC starter menu: Fast yet descriptive command access!
-- TC starter menu: Fast yet descriptive command access!
Might be a good ideaShouldn't it be removed or explained more detailed in the (end user-)help then?

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
- ghisler(Author)
- Site Admin
- Posts: 50923
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Indeed it was only used when the user opened a ZIP file and run the TC installer - this way the installation files remained in TEMP, so TC had to remove them after installation. Fortunately this is no longer necessary now that we have a self-extracting installer and not a ZIP file...
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
My intention was avoiding situations when after viewing content of packed files, paths in the system temp folder
"C:\Documents and Settings\Username\Local Settings\Temp\"
appear in directory tree treeinfo.wc as
C:\DOCUME~1\Username~1\LOCALS~1\Temp\_tc
C:\DOCUME~1\Username~1\LOCALS~1\Temp\_tc0
and remain forever until comlete re-scanning (F2).
Now I see WipeDir key is useless for that
Is there another way to solve this problem?
"C:\Documents and Settings\Username\Local Settings\Temp\"
appear in directory tree treeinfo.wc as
C:\DOCUME~1\Username~1\LOCALS~1\Temp\_tc
C:\DOCUME~1\Username~1\LOCALS~1\Temp\_tc0
and remain forever until comlete re-scanning (F2).
Now I see WipeDir key is useless for that

Is there another way to solve this problem?