Search found 3 matches
- 15 Aug 2010 16:36
- Forum: DOS Batch Forum
- Topic: variable assignment
- Replies: 4
- Views: 4299
Re: variable assignment
looks like i will need to use the ! later on in the script then, too. Thanks again!
- 15 Aug 2010 16:14
- Forum: DOS Batch Forum
- Topic: variable assignment
- Replies: 4
- Views: 4299
Re: variable assignment
aGerman - This works perfectly, thank you, thank you, thank you - I was about to go nuts about this! The script I posted should just print out image dimensions - In the end I want to compare image width to heigth to find out which images are landscape so I can rename them accordingly before rotating...
- 15 Aug 2010 15:25
- Forum: DOS Batch Forum
- Topic: variable assignment
- Replies: 4
- Views: 4299
variable assignment
Hi all, I have an unnerving problem with batch scripting... I have these two scripts: ('identify' is part of 'Image Magick' tool suite for image manipulation) this one works perfectly and prints out the correct image dimensions of all images in the folder: @echo off c: cd PictureIn FOR %%a in (*.jpg...