Skip to content

Instantly share code, notes, and snippets.

@jd28
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jd28/4a9c348eef46891c9c78 to your computer and use it in GitHub Desktop.
Save jd28/4a9c348eef46891c9c78 to your computer and use it in GitHub Desktop.
2da merger bat
@setlocal EnableDelayedExpansion
@set files=
@FOR %%X IN (examples\2dilate\samples\*.2da) DO @set files=!files! %%X
@2dilate -o myoutputdir examples\2dilate\2dx %files%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment