Skip to content

Instantly share code, notes, and snippets.

@844196
Created May 11, 2015 14:52
Show Gist options
  • Save 844196/39e90d1683d5323b7d83 to your computer and use it in GitHub Desktop.
Save 844196/39e90d1683d5323b7d83 to your computer and use it in GitHub Desktop.
for /f "delims=" %f in ('dir /b *修正済み2.csv *修正済み2.csv') do (type "%f" & echo.) >>out.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment