home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Programming / MUI / MCC_TextEditor / iSpell / Rexx / iSpellExit.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1999-06-15  |  286 b   |  16 lines

  1. /* ispellexit.rexx © 1998 Brecht Machiels (coolfx@geocities.com)
  2.  * v0.9
  3.  * exits iSpell ARexx server
  4.  *
  5.  * Ideal for use in YAM... Options/ARexx, select this script at "Program Termination".
  6.  *
  7.  */
  8.  
  9. options results
  10.  
  11. if show('P', 'IRexxSpell') then
  12.   address 'IRexxSpell' exit
  13.  
  14. exit 0
  15.  
  16.