This is a set of ARexx scripts callable from the standard C= shell
and the WShell.  Other 3rd party shells can most likely use them
as well (with some small adjustments being needed in some cases).

All scripts start with '/*rx' which Markus Wild (gcc port
and ixemul.library fame) told me was supported by ixemul.library
and some other 3rd party shell writers as a hint that the
file contains rexx code (similar to #!/bin/csh under UNIX)...

To install, 'copy #?.rexx to rexx:'.

To use from OS 2.04 C= Shell:

rx spell <word1> <word2> <...>
rx lookup <reg_exp1> <reg_exp2> <...>
rx spellfile <file>
rx spellcheckword <word> <public_screen_to_open_GUISpell_on>

To use from WShell and OS 3.0 Shell:

spell <word1> <word2> <...>
lookup <reg_exp1> <reg_exp2> <...>
spellfile <file>
spellcheckword <word> <public_screen_to_open_GUISpell_on>

Loren
Sun Sep 27 11:37:44 1992
