Thread: PRS-T1 ADDING DICTIONARIES ??
View Single Post
Old 08-09-2012, 04:36 AM   #8
ModReader
Kobo
ModReader has a complete set of Star Wars action figures.ModReader has a complete set of Star Wars action figures.ModReader has a complete set of Star Wars action figures.ModReader has a complete set of Star Wars action figures.
 
ModReader's Avatar
 
Posts: 53
Karma: 326
Join Date: Sep 2010
Device: Kobo Aura, Sony PRS-T1, Kobo Wifi
I believe adding this to your flash_reader.bat file and adding a folder containing all of the Dictionary files (cdi, dict, idx, ifo) it should install it to the device. I have 12 dictionaries currently installed.

In this case the folder would be called "dictdata"

If I remember correctly.

Code:
rem goto :nocopy-epub

if not exist .\dictdata goto :nocopy-dictdata

if exist %DRIVE%:\dictdata goto :nocopy-dictdata

xcopy .\dictdata %DRIVE%:\dictdata /E /C /R /H /I /K /Y 
if errorlevel 1 goto :failure

:nocopy-dictdata

Last edited by ModReader; 08-09-2012 at 04:38 AM.
ModReader is offline   Reply With Quote