Is there any way to find the last played date/time of an mp3 file using Windows scripting?
So I was not looking for a solution to a problem, just wanted to know what the windows script command was to get the date last played.
Looping structures and if/then/else etc. were not requested, but thanks for the construct.
Here is my final script, note the /T:A which yields the time last accessed.
dir "C:\Users\Public\Music\Sample Music"/T:A /4>> "C:\Users\Public\Music\Sample Music\dir.txt"
pause