This may be of use/interest to the power users out there who have to share access to a drive where others may create/move folders without using Total Commander. i.e. folders aren't in the tree or are incorrect when using Alt-F10.
Of course you can just re-scan the tree, but I found this annoyance as some of my structures take a while to scan/build, my solution is the batch file shown below.
It takes a single drive letter variable to process (i run it on multiple drives)
i.e. "WTREE.BAT H"
@ECHO OFF
ECHO Processing %1:
%1:
CD\
ATTRIB TREEINFO.WC -R -H
DEL TREEINFO.WC
Echo Creating Tree
DIR /B/S /ON /AD-H > TREEINFO.WC
Echo Processing Branches
"fnr.exe" --cl --dir "%1:" --fileMask "TREEINFO.WC" --skipBinaryFileDetection --find "%1:\\" --replace "["
ATTRIB TREEINFO.WC +R +H
Echo Finished %1:
Note:
the fnr.exe program is freely available from the internet (I can't paste the link) but search for fnr.exe and you will get "findandreplace dot codeplex dot com"
best used as an automatic run i.e. overnight via the windows task scheduler or on startup.
thoughts, feedback, questions?
Tim
Total Commander Tree update
Moderators: Hacker, petermad, Stefan2, white
- sqa_wizard
- Power Member
- Posts: 3896
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
You can use one separate tree and make one panel zero width, it will look like with Alt+F10. E.g. button/command to show separate tree: cm_100Percent, cm_SeparateTree1. And button/command to hide tree and restore separator position: cm_50Percent, cm_SeparateTreeOff.
Separate tree is available via hotkey Ctrl+Shift+F8 of via Show menu BTW.
Separate tree is available via hotkey Ctrl+Shift+F8 of via Show menu BTW.