home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Elysian Archive
/
AmigaElysianArchive.iso
/
prog
/
arexx
/
dspmod.lha
/
rexx
/
killdisp.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1990-01-22
|
207 b
|
7 lines
/* killdisp - kill hung DispMod */
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