Quote:
Originally Posted by Semwize
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.