View Single Post
Old 03-10-2012, 08:08 AM   #145
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,575
Karma: 79436804
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Quote:
Originally Posted by danifunker View Post
OK, on the windows machine, run a cmd prompt and do the following commands:
Findstr /m /l kobo %windir%\inf\OEM*.inf
Findstr /m /l Kobo %windir%\inf\OEM*.inf
Findstr /m /l KOBO %windir%\inf\OEM*.inf
Findstr /m /l K080 %windir%\inf\OEM*.in
If anything appears, please attach the files in your response. If nothing appears let me know and I will look at this from another route.
Why not use the /i switch to ignore case?

Code:
Findstr /m /l /i kobo %windir%\inf\OEM*.inf
Findstr /m /l /i K080 %windir%\inf\OEM*.inf
PeterT is offline   Reply With Quote