Isoraqathedh

%%%, indeed.

May 27th, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.13 KB | None | 0 0
  1. @echo off
  2. set infile=%1
  3. set infilenoext=%~n1
  4. convert -crop "50%%x100%%" +repage %infile% %infilenoext%%%d.jpg
  5. del %infile%
Advertisement
Add Comment
Please, Sign In to add comment