home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d308
/
vlt.lha
/
Vlt
/
rexx
/
SetPing.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1990-01-18
|
185b
|
7 lines
/* Set up the PingServer with a nice chime */
if ~show('l','rexxarplib.library') then addrexxlib
'ping'
'WaitForPort PingServer'
call sendparsed('PingServer', SET, 1000, 5000, 64)
exit