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