How to wipe or delete all history?
Moderators: Hacker, petermad, Stefan2, white
How to wipe or delete all history?
Hi,
How to wipe or delete all history? I mean history of commands, directories etc. and also history of searching in internal file lister. ALL!
I think there must be a one button for this action like in browser for example.
How to wipe or delete all history? I mean history of commands, directories etc. and also history of searching in internal file lister. ALL!
I think there must be a one button for this action like in browser for example.
Also see this topic for an example.
Try History Editor to clean TC history as umbra suggest.
Run History Editor.exe got next error:ts4242 wrote:Try History Editor to clean TC history as umbra suggest.
Does History Editor clean history of searching of internal file lister?Run-time error '339':
Component MSCOMCTL.OCX or one of it dependencies not correctly registered: a file is missing or invalid
[mod]
White (moderator)
[/mod]
Translation (I think):tocouser wrote:Да и лучше на русском объясните, если можно. Только что увидел что вы из России.
Russian is not allowed here. Next time say it in English please.An explanation in Russian would be even better, if you can. I just saw that you are from Russia.
White (moderator)
[/mod]
white,
That's correct thinking.
tocouser,
You need to add special parameter RedirectSection=X:\Path\To\History.ini to every section you want to redirect and remove all other parameters, e.g.:
Try to search these sections first and create them only if they aren't exist yet.
After restarting TC it will create all these sections in specified INI instead of main wincmd.ini. So it will be enough to remove this single file to clear all history. Button with command cmd /c @del "%TEMP%\tc_history.ini" will do it for you.
С вопросами на русском можно обращаться сюда.
That's correct thinking.

tocouser,
You need to add special parameter RedirectSection=X:\Path\To\History.ini to every section you want to redirect and remove all other parameters, e.g.:
Code: Select all
[MkDirHistory]
RedirectSection=%TEMP%\tc_history.ini
[SearchName]
RedirectSection=%TEMP%\tc_history.ini
[SearchIn]
RedirectSection=%TEMP%\tc_history.ini
[Selection]
RedirectSection=%TEMP%\tc_history.ini
[SearchText]
RedirectSection=%TEMP%\tc_history.ini
[RenameTemplates]
RedirectSection=%TEMP%\tc_history.ini
[RenameSearchReplace]
RedirectSection=%TEMP%\tc_history.ini
[RenameSearchFind]
RedirectSection=%TEMP%\tc_history.ini
[SplitPerFile]
RedirectSection=%TEMP%\tc_history.ini
; You should do this for all history sections
After restarting TC it will create all these sections in specified INI instead of main wincmd.ini. So it will be enough to remove this single file to clear all history. Button with command cmd /c @del "%TEMP%\tc_history.ini" will do it for you.
С вопросами на русском можно обращаться сюда.