home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / batch / library / batutl2 / tune.doc < prev    next >
Text File  |  1984-06-10  |  739b  |  18 lines

  1.  
  2.                            TUNE.COM
  3.  
  4.     TUNE plays one or more of five little tunes.  It is useful
  5. in batch files to give you an audible signal that a process has been
  6. completed.
  7.  
  8.     INVOKING THE PROGRAM:  From DOS command level, type TUNE nnn.x
  9. where the n's are digits from 1 to 5 representing the tune to play,
  10. and x is a speed parameter (1=fast, 9=quite slow).  For example,
  11. TUNE 5.1 will play the fifth tune quickly.  If you do not specify a
  12. speed, TUNE will use 2.  There is no default for the tune number.
  13.  
  14.     LIMITATIONS:  As it uses the IBM PC's audio hardware, TUNE
  15. is not transportable to any non-IBM-compatible system.  Assembler
  16. hackers may wish to get inside the program to revise the tunes to
  17. their own tastes.
  18.