Skip to content

Instantly share code, notes, and snippets.

@gentimouton
Created March 1, 2015 20:00
Show Gist options
  • Save gentimouton/d4c43a29a649803ab312 to your computer and use it in GitHub Desktop.
Save gentimouton/d4c43a29a649803ab312 to your computer and use it in GitHub Desktop.
Windows Shell snippets
REM recursively list mp4 files in current dir
DIR /s /b | FINDSTR ".mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment