Skip to content

Instantly share code, notes, and snippets.

@nagachika
Created March 4, 2011 02:22
Show Gist options
  • Save nagachika/854056 to your computer and use it in GitHub Desktop.
Save nagachika/854056 to your computer and use it in GitHub Desktop.
convert.bat
:begin
if %1 == "" goto end
cd %~p1
convert -monochrome %~n1%~x1 output\%~n1%~x1
shift
goto begin
:end
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment