home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
TextEditors&Viewers
/
Texteditors
/
FFRED10.LHA
/
fpl
/
KillNotify.FPL
< 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
Text File
|
1994-09-22
|
281 b
|
11 lines
int export KilledNotify_hook(int ID)
{
string port = ReadInfo("_notifyport", ID);
if(strlen(port)) {
ARexxSend(port, "!"); /* just send anything, don't wait for reply! */
}
}
ConstructInfo("_notifyport", "", "", "LS", "", 0, 0);
Hook("BufferKill", "KilledNotify_hook");