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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top