home *** CD-ROM | disk | FTP | other *** search
- /* killrobbs - kill all hung ROBBS modules */
-
- ports = showlist('p')
- if pos('ROBBS_ser',ports) >0 then address 'ROBBS_ser' DIE
- ports = showlist('p')
- if pos('ROBBS_ser',ports) >0 then address 'ROBBS_ser' REALLY_DIE
- ports = showlist('p')
- if pos('ROBBS_disp',ports) >0 then address 'ROBBS_disp' DIE
- ports = showlist('p')
- if pos('ROBBS_disp',ports) >0 then address 'ROBBS_disp' REALLY_DIE
-
-