Find Match Case - multiple pdf several files

English support forum

Moderators: Hacker, petermad, Stefan2, white

wetware05
Junior Member
Junior Member
Posts: 64
Joined: 2023-05-15, 16:10 UTC

Re: Find Match Case - multiple pdf several files

Post by *wetware05 »

petermad wrote: 2023-08-12, 22:29 UTC
wetware05 wrote:Do I have to include the @ symbol in front of the file name? With or without a symbol, the result is not as expected.
Yes put the @ right in in front of the file name, make sure that there is no space before and AFTER the file name.

If the list-file is not in the current directory you need to enter the file name with full path.

If the list-file is not in the same directory as the files you want to find, then each file name in the list-file needs to be with full path.
I now understand what the problem is:

"If the list-file is not in the same directory as the files you want to find, then each file name in the list-file needs to be with full path."

But vascaraus only has a list of names, he has no paths, and he wants to know the paths (as understood in his message). The two AutoHotkey scripts I've written, above, look up the paths.
wetware05
Junior Member
Junior Member
Posts: 64
Joined: 2023-05-15, 16:10 UTC

Re: Find Match Case - multiple pdf several files

Post by *wetware05 »

Hi.

The option you mention is faster if you create a button with "command: LOADLIST, "params: %P%N" "Description: Load List" It will use one of the panels to display the list files.

(It's late here, I'm going to rest... Ciao!)
User avatar
petermad
Power Member
Power Member
Posts: 16030
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Find Match Case - multiple pdf several files

Post by *petermad »

wetware05 wrote:and he wants to know the paths
I don't get that from his post - I read it as he says that he wants to find the files in the list in A folder with more than 1200 files (A folder = One folder) - but maybe I am wrong.


wetware05 wrote: 2023-08-12, 23:00 UTC The option you mention is faster if you create a button with "command: LOADLIST, "params: %P%N" "Description: Load List" It will use one of the panels to display the list files.
Using LOADLIST is also a good approach.
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
wetware05
Junior Member
Junior Member
Posts: 64
Joined: 2023-05-15, 16:10 UTC

Re: Find Match Case - multiple pdf several files

Post by *wetware05 »

petermad wrote: 2023-08-12, 23:00 UTC
wetware05 wrote:and he wants to know the paths
I don't get that from his post - I read it as he says that he wants to find the files in the list in A folder with more than 1200 files (A folder = One folder) - but maybe I am wrong.


wetware05 wrote: 2023-08-12, 23:00 UTC The option you mention is faster if you create a button with "command: LOADLIST, "params: %P%N" "Description: Load List" It will use one of the panels to display the list files.
Using LOADLIST is also a good approach.
I apologize, I hadn't come up with the idea —it wasn't in detail that I kept reading the thread— that they were in the same folder.
wetware05
Junior Member
Junior Member
Posts: 64
Joined: 2023-05-15, 16:10 UTC

Re: Find Match Case - multiple pdf several files

Post by *wetware05 »

In the two scripts I have created, you can replace the "Run, Find_Files.txt" command, which opens the created text list, with "Run, d:\TC UP\Totalcmd64.exe /O /T /S LOADLIST: h:\Download\Find_Files.txt" that will open the result of the list in a TCM panel (replace the path "h:\Download\" by the path in each case).
Post Reply