Skip to content

Instantly share code, notes, and snippets.

@ismyrnow
Created March 28, 2016 17:35
Show Gist options
  • Save ismyrnow/956d8bf4a1fb136c1f94 to your computer and use it in GitHub Desktop.
Save ismyrnow/956d8bf4a1fb136c1f94 to your computer and use it in GitHub Desktop.
Create a csv from a directory of files
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