How can I edit bookmarks (Directory hotlist) in text editor?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Afanasy
New Member
New Member
Posts: 1
Joined: 2015-07-10, 09:41 UTC

How can I edit bookmarks (Directory hotlist) in text editor?

Post by *Afanasy »

There is directory hot list in TC, available via Ctrl+D. Is there a way to edit the list in text editor or so.

I need to insert into it a bunch of bookmarks.
I.e. I have:

Code: Select all

\\host01\C$
\\host02\C$
\\host03\C$
...
\\host50\C$
I want to auto-generate (I can write scripts using several languages) appropriate part of Directory hotlist and insert into apropriate place.


Is there a file or registry entry or else? An item, which I can auto-process using my own scripts?

Thank you.
User avatar
ZoSTeR
Power Member
Power Member
Posts: 1052
Joined: 2004-07-29, 11:00 UTC

Post by *ZoSTeR »

By default all TC settings are stored in the wincmd.ini

You can see it's current location via Help -> About TC

You can redirect specific sections to another file like so:

Code: Select all

[DirMenu]
RedirectSection = %Commander_Path%\wincmd_DirMenu.ini
You can modify the content during runtime.
Post Reply