home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 339.lha / DispMod / rexx / killrobbs.rexx < prev   
OS/2 REXX Batch file  |  1990-02-07  |  390b  |  12 lines

  1. /* killrobbs - kill all hung ROBBS modules */
  2.  
  3. ports = showlist('p')
  4. if pos('ROBBS_ser',ports)  >0 then address 'ROBBS_ser'  DIE
  5. ports = showlist('p')
  6. if pos('ROBBS_ser',ports)  >0 then address 'ROBBS_ser'  REALLY_DIE
  7. ports = showlist('p')
  8. if pos('ROBBS_disp',ports) >0 then address 'ROBBS_disp' DIE
  9. ports = showlist('p')
  10. if pos('ROBBS_disp',ports) >0 then address 'ROBBS_disp' REALLY_DIE
  11.  
  12.