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 >
Wrap
DOS Batch File
|
1987-12-21
|
145b
|
10 lines
echo off
beep 256 200 512 200 1024 200
flipper d1
if errorlevel 1 goto noflip
flipload start.flp
goto exit
:noflip
beep 256 1000
:exit