home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / BATUTL / EXT_BAT.ZIP / TUNE.DOC < prev    next >
Encoding:
Text File  |  1984-06-10  |  1.5 KB  |  30 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. ***********************************************************************
  19.  
  20.                             WAIT.COM
  21.  
  22.     WAIT is only useful in batch files.  It takes about three
  23. seconds to count down from three before continuing.  Thus, it allows
  24. a user to interrupt a batch file (if, perhaps, an error occured at
  25. one stage in the batch processing), but will not require attention
  26. during unattended operation (unlike the standard DOS command PAUSE,
  27. which will wait forever for a keypress).
  28. ke the standard DOS command PAUSE,
  29. which will wait forever for a keypress).
  30.