Fixed New Folder History items
Moderators: Hacker, petermad, Stefan2, white
Fixed New Folder History items
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
For example: I need many times to create the folders '32bit|64bit' and want this entry to stay in the history-list.
Thanks
Re: Fixed New Folder History items
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 |.
Re: Fixed New Folder History items
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" )
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
Re: Fixed New Folder History items
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.
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.
Re: Fixed New Folder History items
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.
Re: Fixed New Folder History items
@Stefan2
Thanks
Thanks
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
Re: Fixed New Folder History items
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.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.
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
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
Re: Fixed New Folder History items
Support++ for new folder favorite names. Just a * icon with a configurable drop-down list.
Roman
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.