Windows XP Batch file editing

Joined
Nov 26, 2010
Messages
1
Reaction score
0
Hi I was wondering if it was possible to grab the number of pages attribute from a .tiff file and copy them into a .txt file

Using batch files I have already been able to grab the filename using

Code:
@ echo off
dir /a /-p /o:gen >list.txt

But as for the attribute, I'm at a bit of a lost cause.

Any help would be greatly appreciated
Thanks
 
Back
Top