How to find a file and print the name, path and date and time it was last accessed...
Change filename to be the file you want, with optional wildcards. (Use -iname for case insensitive search).
find . -name-printf "%p %AD %AH:%AM\n"
Programming related tips and comments. Lots of emacs, C++, some game AI, common lisp, python, java, c#, sql and whatever else I'm working on.
find . -name-printf "%p %AD %AH:%AM\n"
echo Batch file path is %~dp0
dir %~dp0