12-09-2008, 02:34 AM
mattkime wrote:
what is the format of the file?
sounds like a job for perl but i think we can find a "simpler" way to do it
They appear in lines like this,
\includegraphics[width=2.3in,height=2.2in]{Lena.png}
They are all .png but file name can be anything. So I start searching for references to .png files like above Then must look for the Lena.png which is in the same folder and copy it to another folder. The solution must be somehow OS-based. Can't learn Perl.