Created
March 1, 2015 20:00
-
-
Save gentimouton/d4c43a29a649803ab312 to your computer and use it in GitHub Desktop.
Windows Shell snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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