home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Mecomp Multimedia 1
/
Mecomp-CD.iso
/
amiga
/
tools
/
opus
/
opus-tools_4.x
/
arexx
/
stoplhahandler.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1994-07-01
|
320b
|
17 lines
/*rx
*
* StopLhAHandler - close down the LhaHandler by sending the 'CLOSE' command
* to it's message port (if it exists)
*
* $VER: StopLhAHandler 40.1 (23/05/94) by Geoff Seeley
*
* Usage: StopLhAHandler (from ARexx)
*
*/
if show('p', 'LHALIST.1') then do
address 'LHALIST.1' 'CLOSE'
end