home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / ispel32r.zip / ruspell.cmd < prev    next >
OS/2 REXX Batch file  |  1999-05-27  |  330b  |  8 lines

  1. @echo off
  2. rem ****************************************************************
  3. rem *      This is a sample batch file to run ispell on another    *
  4. rem *            language using "-d" command-line option           *
  5. rem ****************************************************************
  6.  
  7. ispell -d russian %1 %2 %3 %4 %5 %6
  8.