home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
339.lha
/
SerMod
/
rexx
/
killser.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1990-02-08
|
201b
|
7 lines
/* killser - kill hung SerMod */
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