home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 3
/
AACD03.BIN
/
AACD
/
Programming
/
MUI
/
MCC_TextEditor
/
iSpell
/
Rexx
/
iSpellExit.rexx
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1999-06-15
|
286 b
|
16 lines
/* ispellexit.rexx © 1998 Brecht Machiels (coolfx@geocities.com)
* v0.9
* exits iSpell ARexx server
*
* Ideal for use in YAM... Options/ARexx, select this script at "Program Termination".
*
*/
options results
if show('P', 'IRexxSpell') then
address 'IRexxSpell' exit
exit 0