home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / isp31b3.zip / ispell / ispellg.cmd < prev    next >
OS/2 REXX Batch file  |  1995-07-10  |  320b  |  10 lines

  1. @echo off
  2. ispell -C -T pc -d german -w äöüßÄÖÜ -p german.wrd %1 %2 %3 %4
  3. rem  -d =   language
  4. rem  -T =   code-page or formatter type 
  5. rem  -w =   allowed special characters - also as \132\148\129 etc.
  6. rem  -p =   private dictionary
  7. rem  -C =   Consider  run-together  words  as legal com-
  8. rem         pounds.
  9.  
  10.