View Single Post
Old 03-08-2020, 12:21 PM   #715
geek1011
Wizard
geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.geek1011 ought to be getting tired of karma fortunes by now.
 
Posts: 2,805
Karma: 7423683
Join Date: May 2016
Location: Ontario, Canada
Device: Kobo Mini, Aura Edition 2 v1, Clara HD
Quote:
Originally Posted by Semwize View Post
You can create start.bat in the dictutil folder containing the command you need, for example
Code:
@echo off
dictutil-windows.exe install dicthtml-e1.zip
pause
Or even better:

install.bat:
Code:
@cd %~dp0
@dictutil-windows.exe install %1
@pause
Then you can drag and drop the dictionary onto it.
geek1011 is offline   Reply With Quote