01-19-2023, 07:31 PM
(01-19-2023, 05:59 PM)mdijkens Wrote: Maybe a bit to long to post source-code here, but I guess everything you need is already in here (including file timestamps):
mdDir
I created this to search through files for specific text.
To see how it works: mdDir /?
Thanks I'll dive into it! There are two things I need to find out:
- the standard procedure for a call (or framwework)
- the list of available calls, with parameters in and out
Would be nice for a page on the wiki.
Interesting to see that I get different results:
D:\Bas\DateStamp\mdDir>mddir c:\temp\*.txt /t Excel
mdDir.exe v22.2.28.2
c:\temp\
COUNT!~1.TXT 13,447 A 12-04-2020 14:57:55 Count!Checker140.txt
..... some other tests ... like with /t "Open Excel" ...
D:\Bas\DateStamp\mdDir>mddir c:\temp\*.txt /t Excel
mdDir.exe v22.2.28.2
c:\temp\
(no result).
But it isn't at debugging mdDir but study the code
Thanks!