home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / comprgs / vltj5576.lha / VLT / docs / PingServer.doc next >
Encoding:
Text File  |  1992-03-25  |  1.0 KB  |  46 lines

  1. Ping.doc
  2.  
  3.     NAME
  4.  
  5.     PingServer
  6.     ==========
  7.  
  8.     SYNOPSIS
  9.  
  10.     PingServer
  11.  
  12.     FUNCTION
  13.  
  14.     This program sets up a REXX server for a pleasant sounding 'Ping'
  15.     noise. The duration, frequency and volume can be adjusted.
  16.  
  17.     ARGUMENTS
  18.  
  19.     None
  20.  
  21.     ADDITIONAL    CONSIDERATIONS
  22.  
  23.     This program opens a REXX port that one may send messages to.
  24.     There are currently three different commands: BEEP, SET and QUIT.
  25.     The SET command allows setting the defaults of duration, frequency,
  26.     and volume in arguments 1, 2, and 3 of the REXX message, respectively
  27.     (the command itself being in argument 0). The volume function is
  28.     duplicated in the BEEP function as argument 1.
  29.     This program detaches from the CLI.
  30.  
  31.     For an example of setting parameters, see also SetPing.rexx.
  32.  
  33.     This program used to be called Ping in previous releases. However,
  34.     this name is commonly used in networking software, so it was renamed
  35.         to PingServer.
  36.  
  37.     BUGS
  38.  
  39.     None known.
  40.  
  41.     AUTHOR/DATE
  42.  
  43.     W.G.J. Langeveld, 3 December 1988
  44.         (renamed to PingServer on 24 March 1992).
  45.  
  46.