Skip to content

Instantly share code, notes, and snippets.

@daxfohl
Created October 26, 2012 16:22
Show Gist options
  • Save daxfohl/3959727 to your computer and use it in GitHub Desktop.
Save daxfohl/3959727 to your computer and use it in GitHub Desktop.
Postsave that distinguishes prints and regular images
set str1=%1
if x%str1:prints=%==x%str1% goto :regular
:prints
copy %1.jpg "D:\smilebooth\network\eventfolder\prints\"
goto :end
:regular
resizer titos.png %1.jpg %1_overlay.jpg
copy %1_overlay.jpg "D:\smilebooth\network\eventfolder\"
goto :end
:end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment