summaryrefslogtreecommitdiff
path: root/support/dvispell/Win9x-ME/ortograf.bat
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/dvispell/Win9x-ME/ortograf.bat
Initial commit
Diffstat (limited to 'support/dvispell/Win9x-ME/ortograf.bat')
-rw-r--r--support/dvispell/Win9x-ME/ortograf.bat10
1 files changed, 10 insertions, 0 deletions
diff --git a/support/dvispell/Win9x-ME/ortograf.bat b/support/dvispell/Win9x-ME/ortograf.bat
new file mode 100644
index 0000000000..0e578bf639
--- /dev/null
+++ b/support/dvispell/Win9x-ME/ortograf.bat
@@ -0,0 +1,10 @@
+dvispell -c hyphen -l -d d:/emtex/data/pc850.dsb -n -v %1.dvi %1.txt
+dvistatc -v -lfrench -dd:/emtex/dvispell -ffrench.dic -aabbrev.dic %1.txt %2 %3 %4 %5 %6 %7 %8 %9
+if exist c:\c\bin\prt.exe goto prt
+echo Result is in %1.wls
+goto end
+:prt
+ pause
+ prt.exe %1.wls
+ del %1.wls
+:end