View Single Post
Old 07-23-2024, 08:11 PM   #109
Renate
Onyx-maniac
Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.Renate ought to be getting tired of karma fortunes by now.
 
Posts: 4,065
Karma: 18028039
Join Date: Feb 2012
Device: Nook NST, Glow2, 3, 4, '21, Kobo Aura2, Poke3, Poke5, Go6
Quote:
Originally Posted by viceant View Post
It doesn't work dragging the .dic file and the folder with the auxiliary files and dropping them on the executable because it shows "error in arguments".
Dropping files on executables really only works if they specifically provided for that option.
More especially, running command line tools like that often has the window disappear and you have no idea what happend.

Run from the a Windows "MS-DOS" (i.e. cmd.exe) window.
Code:
C:\>some-new-program
Error: bad arguments
C:\>some-new-program /?
Usage some-new-program <input-file> <output-file>
C:\>some-new-program slovenian.dict mydict.dic
Wrote mydict.dic
Renate is offline   Reply With Quote