Code: Select all
"C:\Windows\explorer.exe"
"C:\Windows\notepad.exe"
"C:\Windows\regedit.exe"
Code: Select all
Everything.exe - search-file-list input.txt -newwindow -filter Everything
Result:
Search query:
Code: Select all
filelist:""C:\Windows\explorer.exe"|"C:\Windows\notepad.exe"|"C:\Windows\regedit.exe""
Notepad.exe and regedit.exe are shown. So the first (explorer.exe) fell off the list.
Expected result:
All 3files are shown.
Also tested: Filenames without "" : same result
When I add a 'header' to the file list. like:
Code: Select all
"Filename"
"C:\Windows\explorer.exe"
"C:\Windows\notepad.exe"
"C:\Windows\regedit.exe"
Code: Select all
filelist:""Filename"|"C:\Windows\explorer.exe"|"C:\Windows\notepad.exe"|"C:\Windows\regedit.exe""
(also created a file named "FileName" (without extension). It is not shown in the result list, as expected based on previous behaviour.
Question:
What syntax to use in Input.txt? (or is this a bug?)
BTW: Version 1.4.1.1005 (x64)
EDIT:
Tested on a different system where 1.4.1.935 (x64) is installed.
Here all 3 files are shown in the result list (and with the added "FileName" header, files named 'Filename' are found too).