home *** CD-ROM | disk | FTP | other *** search
- :Use this batch file and the other supplied
- :batch and script files to become familar with
- :Sound Off!
- :-----------------------------------------------
- :Notice that SOUNDOFF is called with /fs to run a
- :script in Silent mode, below. Insert some errors
- :in SAMPLE.SOS and run this batch as is, then remove the
- :'s' after the /f and run again.
- : Notice the display that shows upon an error.
- :-----------------------------------------------------
- :Make any modifications you want to these files.
- :------------------------------------------------------
- :
- @echo off
- cls
- soundoff /fs sample
- if errorlevel 1 got BAD
- goto END
- :BAD
- echo Ooooops....there's some text where it shouldn't be!
- echo Press a key and fix it...and Turn Off That Infernal NOISE!!!
- soundoff /a2 550 440 50 10 :<---2 tone alarm
- :END
-