Skip to content

Instantly share code, notes, and snippets.

@nemo-kaz
Created September 5, 2015 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nemo-kaz/2f69149e16b480b886f9 to your computer and use it in GitHub Desktop.
Save nemo-kaz/2f69149e16b480b886f9 to your computer and use it in GitHub Desktop.
In windows command line, recursively list office files modified toay, file extentions having x (*.docx, *.pptx, *.dox, *.txt)
@REM Recursively list office files modified today ( Word Excel Powerpoint text)
FORFILES /P . /S /D %DATE% /M *.*x*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment