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 >
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.