home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff308.lzh / Vlt / rexx / SetPing.rexx < prev    next >
OS/2 REXX Batch file  |  1990-01-18  |  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.