Many thanks for the quick reply

. I will try to be as logi cal as I can in answering your points / suggestions. Based on what you said I modified my script so that is now looks thus:
Code: Select all
Runwait("C:\Program Files\Everything\es.exe"
. " !`"D:\__Program files (writeable)`" " ; Exclude this folder.
. " /a-d " ; Searches files only.
. " !*.avc !*.odt " ; Excludes these file types.
. " dm:today " ; Looks for a Date Modified of today.
. " -dm -date-format 0 " ; Add Date Modified (and set format to the system) to output.
. " -export-tsv " ; exports results to file on line below.
. " D:\Miscellaneous\FileVersionTesting\results.tsv ")
This correctly produced all the files on my system that were modified today (excluding the above named Dir and file types) - a total of 7 files . 1 per row, with the date-modified in the first column - as shown in the screenshot below:

- image.png (20.08 KiB) Viewed 3063 times
(as an aside, as far as I can see
.tsv
files are not described anywhere in the Everything / ES help stuff. I tried using the described
.efu
files, and lots of info came out, but whilst the date-modified column had a string of numbers there, none of these numbers bore any resemblenace, as far as I could see, to any combo of YY(YY), MM(MM), dd(DD) and/or time formats).
As requested I then opened up the console in Everything1.5 and re-ran the above script. A screenshot of the resulting console output is shown below:

- image.png (36.57 KiB) Viewed 3063 times
I couldn't see any green text. And there is no "dm" string in the text shown in the image above.
In Everything1.5 the filter is (the default?) of "Everything", I didn't know about Bookmarks so I don't have any of those, and I can't find Macros so I also assume I don't have any of those.
In my script when I change
dm:today
to
dm:1hour
, i get 98 photo files, a subset of which is shown below:

- more result.jpg (14.23 KiB) Viewed 3063 times
The found files have wildly different dates to the 'last 1hour' asked for, and why only 98 when there are literally thousands of 'similar' files in those directories?
So I re-tried
dm:last1hour
and
dm:past1hour
in my script, but these both produced absolutely no found files at all.
I must be doing something wrong here, but I can't for the life of me see what. Most, extremely grateful for any advices
