View Single Post
Old 09-11-2013, 06:09 PM   #758
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@TheMongoose:

Running a simple batch script from a terminal in the screensavers directory should do the job.

So, paste this into an id.bat file in the screensavers directory, and double click it.

Code:
@echo off
for /r %%i in (*) do identify %%i
PAUSE
Then pore over the output until you spot a file that looks wrong .

Last edited by NiLuJe; 09-11-2013 at 06:17 PM.
NiLuJe is offline   Reply With Quote