Is there a way to process the commands in the order of the files I choose?
Moderators: Hacker, petermad, Stefan2, white
Is there a way to process the commands in the order of the files I choose?
There are files sorted in ascending order of file name as shown below.
1001.pdf
1002.pdf
1003.pdf
1004.xlsx
1005.xlsx
1006.xlsx
I chose this in the following order.
1001.pdf
1004.xlsx
1002.pdf
1005.xlsx
1003.pdf
1006.xlsx
And when I try to rename (cm_RenameOnly ,1002, Rename (Shift + F6))
It is supposed to be renamed in sorted order, not in the order I choose.
Similarly, if I try to attach a file in the Microsoft Outlook program,
Files are attached in the order sorted on the screen instead of being attached in the selected order.
I want it to be processed in the order of files selected in Total Commander.
Is there any way to do this?
Or should I make a suggestion to Christian Ghisler?
1001.pdf
1002.pdf
1003.pdf
1004.xlsx
1005.xlsx
1006.xlsx
I chose this in the following order.
1001.pdf
1004.xlsx
1002.pdf
1005.xlsx
1003.pdf
1006.xlsx
And when I try to rename (cm_RenameOnly ,1002, Rename (Shift + F6))
It is supposed to be renamed in sorted order, not in the order I choose.
Similarly, if I try to attach a file in the Microsoft Outlook program,
Files are attached in the order sorted on the screen instead of being attached in the selected order.
I want it to be processed in the order of files selected in Total Commander.
Is there any way to do this?
Or should I make a suggestion to Christian Ghisler?
Re: Is there a way to process the commands in the order of the files I choose?
I don't see the significance of this request. The order how the rename or attachment is done does not change the result.
Re: Is there a way to process the commands in the order of the files I choose?
My Total Commander is now sorted by file extension in ascending order.
I want to rename the file below to something like this:
1001.pdf ---> a.pdf
1002.pdf ---> c.pdf
1003.pdf ---> e.pdf
1004.xlsx ---> b.xlsx
1005.xlsx ---> d.xlsx
1006.xlsx ---> f.xlsx
In order to easily change the file name in alphabetical order, the files were selected in the following order.
1001.pdf (1st choice) ---> a.pdf
1004.xlsx (2nd choice) ---> b.xlsx
1002.pdf (3rd choice) ---> c.pdf
1005.xlsx (4th choice) ---> d.xlsx
1003.pdf (5th choice) ---> e.pdf
1006.xlsx (6th choice) ---> f.xlsx
And
Use the cm_RenameOnly internal command to rename the file.
If I rename the files in the order in which they were selected,
I can easily rename it by typing (a,b,c,d,e,f) in alphabetical order.
However
I mentioned that my Total Commander is sorted by file extension in ascending order.
So I have to rename it to a,c,e,b,d,f to get the result I want.
1001.pdf ---> a.pdf
1002.pdf ---> c.pdf
1003.pdf ---> e.pdf
1004.xlsx ---> b.xlsx
1005.xlsx ---> d.xlsx
1006.xlsx ---> f.xlsx
This method is inconvenient to rename.
I can only rename files in the order sorted in Total Commander.
But I wish I could rename them in the order of the files I chose.
I want to rename the file below to something like this:
1001.pdf ---> a.pdf
1002.pdf ---> c.pdf
1003.pdf ---> e.pdf
1004.xlsx ---> b.xlsx
1005.xlsx ---> d.xlsx
1006.xlsx ---> f.xlsx
In order to easily change the file name in alphabetical order, the files were selected in the following order.
1001.pdf (1st choice) ---> a.pdf
1004.xlsx (2nd choice) ---> b.xlsx
1002.pdf (3rd choice) ---> c.pdf
1005.xlsx (4th choice) ---> d.xlsx
1003.pdf (5th choice) ---> e.pdf
1006.xlsx (6th choice) ---> f.xlsx
And
Use the cm_RenameOnly internal command to rename the file.
If I rename the files in the order in which they were selected,
I can easily rename it by typing (a,b,c,d,e,f) in alphabetical order.
However
I mentioned that my Total Commander is sorted by file extension in ascending order.
So I have to rename it to a,c,e,b,d,f to get the result I want.
1001.pdf ---> a.pdf
1002.pdf ---> c.pdf
1003.pdf ---> e.pdf
1004.xlsx ---> b.xlsx
1005.xlsx ---> d.xlsx
1006.xlsx ---> f.xlsx
This method is inconvenient to rename.
I can only rename files in the order sorted in Total Commander.
But I wish I could rename them in the order of the files I chose.
Re: Is there a way to process the commands in the order of the files I choose?
kms820619,
That is currently not possible.
Roman
That is currently not possible.
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.
Re: Is there a way to process the commands in the order of the files I choose?
Although for me, a better method would be to load the files into the "Multi-Rename Tool" and use direct filename editing in a good text editor, you can achieve what you want with new TC 10.00 (in beta 4 version now) and it's new feature LOADLIST.
1. create file list with desired order, you can use full paths, relative paths, or just names if all in current directory.
2. create button with these settings
Command: LOADLIST
Parameters: %P%N
Icon file: %COMMANDER_EXE%
(choose icon)
or right click on empty space on buttonbar and paste this code:
3. Load list into panel using newly created button.
Note: you can get this way only full paths regardless of content of list file
1. create file list with desired order, you can use full paths, relative paths, or just names if all in current directory.
2. create button with these settings
Command: LOADLIST
Parameters: %P%N
Icon file: %COMMANDER_EXE%
(choose icon)
or right click on empty space on buttonbar and paste this code:
Code: Select all
TOTALCMD#BAR#DATA
LOADLIST
%P%N
%COMMANDER_EXE%,35
-1
Note: you can get this way only full paths regardless of content of list file
Re: Is there a way to process the commands in the order of the files I choose?
2Gral
No need to use TC 10. The list in the MRT can be sorted by drag'n'drop.
Regards
Dalai
No need to use TC 10. The list in the MRT can be sorted by drag'n'drop.
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: Is there a way to process the commands in the order of the files I choose?
A very useful tip.Dalai wrote: 2021-04-06, 16:59 UTC 2Gral
No need to use TC 10. The list in the MRT can be sorted by drag'n'drop.
Regards
Dalai
I didn't know or remember this.
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
Re: Is there a way to process the commands in the order of the files I choose?
Note that kms820619 was looking for the possibility of renaming directly in file panel, so i did not consider using MRT, what i personally prefer.Dalai wrote: 2021-04-06, 16:59 UTC 2Gral
No need to use TC 10. The list in the MRT can be sorted by drag'n'drop.
Regards
Dalai
Re: Is there a way to process the commands in the order of the files I choose?
Dalai wrote: 2021-04-06, 16:59 UTC 2Gral
No need to use TC 10. The list in the MRT can be sorted by drag'n'drop.
Regards
Dalai
MRT?
Could you please explain in more detail what it is?
Re: Is there a way to process the commands in the order of the files I choose?
2kms820619
MRT = Multi-Rename Tool (Ctrl+M) or via menu: "Files" -> "Multi-rename Tool"2kms820619
MRT = Multi-Rename Tool (Ctrl+M) or via menu: "Files" -> "Multi-rename Tool"2kms820619
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Is there a way to process the commands in the order of the files I choose?
2 kms820619
1. Select files you want to rename
2. Invoke MRT - press CTRL+M
3. Drag and drop files to achieve the desired order.
4. Now you can rename all files at once by defining rule - e.g., write [Ca] in "Rename mask: file name" field.
Look here http://gral.y0.pl/tc/MRT.PNG
1. Select files you want to rename
2. Invoke MRT - press CTRL+M
3. Drag and drop files to achieve the desired order.
4. Now you can rename all files at once by defining rule - e.g., write [Ca] in "Rename mask: file name" field.
Look here http://gral.y0.pl/tc/MRT.PNG
Re: Is there a way to process the commands in the order of the files I choose?
Gral wrote: 2021-04-07, 16:30 UTC 2 kms820619
1. Select files you want to rename
2. Invoke MRT - press CTRL+M
3. Drag and drop files to achieve the desired order.
4. Now you can rename all files at once by defining rule - e.g., write [Ca] in "Rename mask: file name" field.
Look here http://gral.y0.pl/tc/MRT.PNG
I understand how to use Total Commander.
Thank you very much for your kind explanation.
- chandragor
- Member
- Posts: 127
- Joined: 2005-06-01, 10:10 UTC
- Location: Italy
Re: Is there a way to process the commands in the order of the files I choose?
Alternatively, you can move a selected file up or down by pressing shift+up/down arrow
Happy owner of license #12422 since 1997
Re: Is there a way to process the commands in the order of the files I choose?
Wow !!chandragor wrote: 2021-04-09, 11:49 UTC Alternatively, you can move a selected file up or down by pressing shift+up/down arrow
That's a very good way.