Search found 1 match
- 2018-03-08T05:33:55-07:00
- Forum: Users
- Topic: Compare .png
- Replies: 13
- Views: 6987
Re: Compare .png
Thanks for that !, a friend of mine helped me to write it in Windows and it works really good heres how I got it to work for anyone else needing to know
setlocal enabledelayedexpansion
for /r Images %%i in (*) do (
set file2=%%i
compare %%i "!file2:Images=Images2!" "!file2:Images=compared ...