home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mega CD-ROM 1
/
megacd_rom_1.zip
/
megacd_rom_1
/
DESQVIEW
/
DVC17.ZIP
/
TPC.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-04-15
|
212b
|
13 lines
@echo off
cls
DVC Hide
C:\TP\TPC %1 %2 %3 %4 %5 %6 %7 %8 %9
if errorlevel 1 goto Error
DVC Beep 990,2 0,1 990,3
exit
:Error
DVC Beep 330,4 180,12
DVC Resize 1 1 23 78
pause
exit