Thanks Daniel. Your reply got me thinking along a suitable track.
I was averse to having a "token" file that is known to exist on the basis that one day there may be a need to include the given token file in the results but a variation on your suggestion works for me. Namely, to include within the "from" list a known directory (i.e. '.') and then exclude directories via a check on the attributes, such as:
"f:\Program Files\Log Parser 2.2\LogParser.exe" -i:FS "SELECT path FROM '%WINDIR%\*.xyz', '.' WHERE substr(attributes,0, 1) <> 'D'"
Statistics:
-----------
Elements processed: 2
Elements output: 0
Execution time: 0.78 seconds
F:\temp>echo %errorlevel%
0
Thanks for your response.
David