【solved】select multiple files using filename list txt and sort the selected files as the same order as the filename txt

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
fdsazcw123
Junior Member
Junior Member
Posts: 48
Joined: 2018-11-23, 09:16 UTC

【solved】select multiple files using filename list txt and sort the selected files as the same order as the filename txt

Post by *fdsazcw123 »

hi guys, there is one thing i hope to get some help, thanks advance.

now i can select multiple jpg files by using a filename list.txt, after select these jpg, i copy and paste these jpg to another folder, and i hope they can be sorted as the same as the filename list.txt, so its not like sorted by date or filename, not sure if this can be done in tc, thanks.

sorry my english not very good, since its not my native language.

thanks
Last edited by fdsazcw123 on 2018-12-01, 13:38 UTC, edited 1 time in total.
User avatar
Stefan2
Power Member
Power Member
Posts: 4153
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: select multiple files by using filename list txt and sort the selected files as the same order as the filename txt

Post by *Stefan2 »

Hi and welcome.

for example:


Files can have a "comment", stored in file "descript.ion" (see such file in TC-folder, and take a look into the "Show"-menu also)

- Create a such text file "descript.ion" on your own like:
Filename SPACE NUMBER
"File name" SPACE NUMBER

CABRK.DLL 2
DEFAULT.BAR 4
NOCLOSE.EXE 5
TOTALCMD.EXE 1
UNRAR.DLL 3


- Next create a "user defined column"-view with Name | Ext. | Comment | Size | Date
"Custom columns" >> http://www.ghisler.ch/wiki/index.php/Custom_columns


- Then you can click the header of the Comment-column to sort by comment >>> 1, 2, 3, 4....

TOTALCMD.EXE 1
CABRK.DLL 2
UNRAR.DLL 3
DEFAULT.BAR 4
NOCLOSE.EXE 5





 
fdsazcw123
Junior Member
Junior Member
Posts: 48
Joined: 2018-11-23, 09:16 UTC

Re: select multiple files by using filename list txt and sort the selected files as the same order as the filename txt

Post by *fdsazcw123 »

Stefan2 wrote: 2018-11-23, 11:47 UTC Hi and welcome.

for example:


Files can have a "comment", stored in file "descript.ion" (see such file in TC-folder, and take a look into the "Show"-menu also)

- Create a such text file "descript.ion" on your own like:
Filename SPACE NUMBER
"File name" SPACE NUMBER

CABRK.DLL 2
DEFAULT.BAR 4
NOCLOSE.EXE 5
TOTALCMD.EXE 1
UNRAR.DLL 3


- Next create a "user defined column"-view with Name | Ext. | Comment | Size | Date
"Custom columns" >> http://www.ghisler.ch/wiki/index.php/Custom_columns


- Then you can click the header of the Comment-column to sort by comment >>> 1, 2, 3, 4....

TOTALCMD.EXE 1
CABRK.DLL 2
UNRAR.DLL 3
DEFAULT.BAR 4
NOCLOSE.EXE 5





 
thanks a lot,

since i have 300 files, is there any way that i can add comments to all the 300 files in one operation?
fdsazcw123
Junior Member
Junior Member
Posts: 48
Joined: 2018-11-23, 09:16 UTC

Re: select multiple files by using filename list txt and sort the selected files as the same order as the filename txt

Post by *fdsazcw123 »

fdsazcw123 wrote: 2018-11-24, 10:02 UTC
Stefan2 wrote: 2018-11-23, 11:47 UTC Hi and welcome.

for example:


Files can have a "comment", stored in file "descript.ion" (see such file in TC-folder, and take a look into the "Show"-menu also)

- Create a such text file "descript.ion" on your own like:
Filename SPACE NUMBER
"File name" SPACE NUMBER

CABRK.DLL 2
DEFAULT.BAR 4
NOCLOSE.EXE 5
TOTALCMD.EXE 1
UNRAR.DLL 3


- Next create a "user defined column"-view with Name | Ext. | Comment | Size | Date
"Custom columns" >> http://www.ghisler.ch/wiki/index.php/Custom_columns


- Then you can click the header of the Comment-column to sort by comment >>> 1, 2, 3, 4....

TOTALCMD.EXE 1
CABRK.DLL 2
UNRAR.DLL 3
DEFAULT.BAR 4
NOCLOSE.EXE 5





 
thanks a lot,

since i have 300 files, is there any way that i can add comments to all the 300 files in one operation?
thanks again, i have figured out how to add comments to all the files in one move.

now there is one last problem though, the comments i added through tc can not be shown in windows explorer, is there any way to solve this?

thanks!
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6480
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: select multiple files by using filename list txt and sort the selected files as the same order as the filename txt

Post by *Horst.Epp »

fdsazcw123 wrote: 2018-11-24, 11:04 UTC
fdsazcw123 wrote: 2018-11-24, 10:02 UTC
Stefan2 wrote: 2018-11-23, 11:47 UTC ...
thanks again, i have figured out how to add comments to all the files in one move.

now there is one last problem though, the comments i added through tc can not be shown in windows explorer, is there any way to solve this?

thanks!
In short, no
Explorer only stores and displays comments from "Alternate Data Streams (ADS)" of a file
and not from Descript.ion or Files.bbs used in TC
Windows 11 Home x64 Version 23H2 (OS Build 22631.3447)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.73
QAP 11.6.3.2 x64
fdsazcw123
Junior Member
Junior Member
Posts: 48
Joined: 2018-11-23, 09:16 UTC

Re: select multiple files by using filename list txt and sort the selected files as the same order as the filename txt

Post by *fdsazcw123 »

Horst.Epp wrote: 2018-11-24, 15:33 UTC
fdsazcw123 wrote: 2018-11-24, 11:04 UTC
fdsazcw123 wrote: 2018-11-24, 10:02 UTC

thanks again, i have figured out how to add comments to all the files in one move.

now there is one last problem though, the comments i added through tc can not be shown in windows explorer, is there any way to solve this?

thanks!
In short, no
Explorer only stores and displays comments from "Alternate Data Streams (ADS)" of a file
and not from Descript.ion or Files.bbs used in TC
thanks.
Post Reply