Search found 2 matches

by jensaarai
2014-04-01T17:32:00-07:00
Forum: Users
Topic: Need help with *.bat file for batch resize
Replies: 2
Views: 3150

Need help with *.bat file for batch resize

I need to resize multiple images in subfolders. If width<2000 then resize to 1440x2200 and other files to 2880x2200. But i'm getting all files in 1440x2200 and need help :D @echo off echo Resizing... pushd %1 set "%%x==2000" for /f "delims=" %%n in ('dir /b /s /a-d-h-s') do ("%~dp0identify.exe ...