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
But as for the attribute, I'm at a bit of a lost cause.
Any help would be greatly appreciated
Thanks
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