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 >
OS/2 REXX Batch file  |  1994-07-01  |  320b  |  17 lines

  1. /*rx
  2.  *
  3.  * StopLhAHandler - close down the LhaHandler by sending the 'CLOSE' command
  4.  *                  to it's message port (if it exists)
  5.  *
  6.  * $VER: StopLhAHandler 40.1 (23/05/94) by Geoff Seeley
  7.  *
  8.  * Usage: StopLhAHandler (from ARexx)
  9.  *
  10.  */
  11.  
  12. if show('p', 'LHALIST.1') then do
  13.  
  14.    address 'LHALIST.1' 'CLOSE'
  15.  
  16. end
  17.