Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

442.Batch file rename -- How to move all image files with the width greater than height?

User: editor -- 2010-03-09
Hits: 107
Type: Batch file rename   
Search all Batch file rename examples
Description:
How to move all image files with the width greater than height?

I have some image with width > height, and the others with height > width, is there any way to move all images that with width > height to another folder?

Answer:
Hint: You need to Download and install "Replace Pioneer" to finish following steps.
1. ctrl-b open batch runner window
2. drag all images files from windows file browser to 'Batch Runner' window
3. check 'Set output file' option, and set the entry followed to:

4. check the 'output file' column, some name will be started with negative(-) number(width < height), the rest will be started with positive number(width > height).
5. click the title of 'output file' column to sort the list, remove all that start with (-) in the list.
6. uncheck 'set output filename' option to recover filename
7. check 'change output folder' option, and select an existing new folder such as d:\new
8. click 'file rename', all files in the list will be moved to new folder.

Similar Examples:
How to remove all lines that shorter than 10 characters? (61%)
How to batch rename image files by adding picture width and height? (61%)
How to extract/parse all lines with number greater than 40? (55%)
How to sort the files by number, and batch rename them? (54%)
How to remove all lines that contains more than one word? (54%)
How to rename many files with the last modified date of the file? (53%)
How to rename many jpg files with sequence id and record it?
(53%)
How to remove/delete all lines with three symbol '='? (51%)

Check Demo of Batch file rename