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

  1. @echo off
  2. ispell -B -d english -p english.wrd %1 %2 %3 %4
  3. rem  -d =   language
  4. rem  -p =   private dictionary
  5. rem  -B =   Report  run-together  words   with   missing
  6. rem         blanks as spelling errors.
  7.