home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / opus / v4 / arexx / stoplhahandler.rexx < prev    next >
OS/2 REXX Batch file  |  1977-12-31  |  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.