Hi again! o)
I experienced some problems using the Find command.
I found that it does not support wildcards in the CONTAINS argument and there is no "REGEX" or "WILD" switch to make that work either.
Additionally, I expected to be able to pass selected files to Find, to make it search for strings in these files only.
Well, that actually works "a bit", any file passed via the IN argument gets through to Find it seems (verified by using NOAUTORUN), but then DO thinks these items are folders or something (context menu shows: Remove Folder), so it seems there is something missing or even wrong?
The initial plan was to setup a button to search for multiple pre-defined strings in files I have currently selected, like so:
Find * CONTAINING "*(error|warning)*" IN C:\SourceCode\file1.txt C:\SourceCode\file2.txt
Thx!