home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 272.lha / VLT_v4.065 / rexx / SetPing.rexx < prev   
OS/2 REXX Batch file  |  1989-08-05  |  185b  |  7 lines

  1. /* Set up the PingServer with a nice chime */
  2. if ~show('l','rexxarplib.library') then addrexxlib
  3. 'ping'
  4. 'WaitForPort PingServer'
  5. call sendparsed('PingServer', SET, 1000, 5000, 64)
  6. exit
  7.