Guest User

Untitled

a guest
Dec 16th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. @echo off
  2. for /f "delims=" %%i in ('dir /b /s %1') do (
  3. "C:\Program Files\ImageMagick-7.0.7-Q16/magick.exe" %%i %%i
  4. echo %%i
  5. )
  6. pause
Add Comment
Please, Sign In to add comment