home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
249.lha
/
VLT_v4.036
/
rexx
/
SetPing.rexx
< prev
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
|
1989-06-10
|
185 b
|
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