You are on page 1of 1

In order to be able to run JSPELL (and DICTMAN) in any directory, either add C:\JSPELL to your PATH or put two

batch files JSPELL.BAT and DICTMAN.BAT into one of your directories in PATH. The content of the batch files jspell.bat and dictman.bat should look like @echo off C:\JSPELL\jspell.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 and @echo off C:\JSPELL\dictman.exe %1 %2 %3 %4 %5 %6 %7 %8 %9

You might also like