I can get result with this bat file that I want. However I can't use this result!
@echo off
identify -format "%%wx%%h" E:\Image.jpg
Result:
640x480
I tried something like this ...etc, but they don't work:
set var=%%wx%%h
echo %var%
How should I do this, thank you so much....