Fixed New Folder History items

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
FVG
Junior Member
Junior Member
Posts: 71
Joined: 2006-12-14, 19:11 UTC
Location: Mol - Antwerpen - Belgie

Fixed New Folder History items

Post by *FVG »

Is it possible to fasten some items in the New Folder history so they always stay in the list to re-use them.
For example: I need many times to create the folders '32bit|64bit' and want this entry to stay in the history-list.
Thanks
User avatar
vdijken
Member
Member
Posts: 181
Joined: 2016-07-30, 14:07 UTC
Location: The Netherlands

Re: Fixed New Folder History items

Post by *vdijken »

Create a button. But I don't know how to create a folder with a | in it. when I perform mkdir "32bit|64bit" Windows indicates a syntax error due to the |.
NotNull
Senior Member
Senior Member
Posts: 298
Joined: 2019-11-25, 20:43 UTC
Location: NL

Re: Fixed New Folder History items

Post by *NotNull »

A "|" is not allowed in filenames.

This button works:
(you can create multiple folders in one run; use "" if the folder names contain spaces, like md "32 bit" "64 bit" )

Code: Select all

TOTALCMD#BAR#DATA
cmd.exe /c
md 32bit 64bit
wcmicons.dll,2
Create 32bit / 64bit folders


-1
FVG
Junior Member
Junior Member
Posts: 71
Joined: 2006-12-14, 19:11 UTC
Location: Mol - Antwerpen - Belgie

Re: Fixed New Folder History items

Post by *FVG »

When using F7 to create more than one folder '|' is allowed in TC as a separator between the different foldernames. But that's not the problem.
When creating folders using F7 the last 20 entries are stored by default in wincmd.ini.
TC uses a FiFo-system to store the entries.
I was wondering if it is possible to click some entries into this [MkDirHistory]-section of wincmd.ini so they always stays in the list.
User avatar
Stefan2
Power Member
Power Member
Posts: 4281
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: Fixed New Folder History items

Post by *Stefan2 »

FVG wrote: 2021-03-13, 13:37 UTC ....
I was wondering if it is possible to click some entries into this [MkDirHistory]-section of wincmd.ini so they always stays in the list.

No, that's not possible.





 
FVG
Junior Member
Junior Member
Posts: 71
Joined: 2006-12-14, 19:11 UTC
Location: Mol - Antwerpen - Belgie

Re: Fixed New Folder History items

Post by *FVG »

@Stefan2
Thanks
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3893
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Re: Fixed New Folder History items

Post by *sqa_wizard »

Well, there is a possibility to get a fixed MkDirHistory.
But with a fixed one the latest entries will not be added anymore during normal usage.

Just open your wincmd.ini file and find the section "MkDirHistory" and redirect the section to a separate file.

Code: Select all

[MkDirHistory]
RedirectSection=MkDirHistory.ini
Next create the entries which shall stay permanent.
Now set the "read-only" attribute at file "MkDirHistory.ini"

Finally you have a fixed list. New entries may added manually to the file by removing the "read-only" attribute teporarily or with an editor which handles those flags accordingly.
#5767 Personal license
User avatar
Hacker
Moderator
Moderator
Posts: 13142
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Re: Fixed New Folder History items

Post by *Hacker »

Support++ for new folder favorite names. Just a * icon with a configurable drop-down list.

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Post Reply