home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / games / FLIPPER.LZH / DECTALK.BAT < prev    next >
DOS Batch File  |  1987-12-21  |  145b  |  10 lines

  1. echo off
  2. beep 256 200 512 200 1024 200
  3. flipper d1
  4. if errorlevel 1 goto noflip
  5. flipload start.flp
  6. goto exit
  7. :noflip
  8. beep 256 1000
  9. :exit
  10.