home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / arexx / dspmod.lha / rexx / killdisp.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1990-01-22  |  207 b   |  7 lines

  1. /* killdisp - kill hung DispMod */
  2.  
  3. ports = showlist('p')
  4. if pos('ROBBS_disp',ports) >0 then address 'ROBBS_disp' DIE
  5. ports = showlist('p')
  6. if pos('ROBBS_disp',ports) >0 then address 'ROBBS_disp' REALLY_DIE
  7.