Created
March 28, 2016 17:35
-
-
Save ismyrnow/956d8bf4a1fb136c1f94 to your computer and use it in GitHub Desktop.
Create a csv from a directory of files
This file contains hidden or 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 create a csv from a directory of files | |
forfiles /p "C:\myfolder" /s /m *.jpg /c "cmd /c if @isdir==FALSE echo @path,@file,@fsize" > myfolder_jpg.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment