Metropoli BBS
VIEWER: diag.bat MODE: TEXT (ASCII)
echo off
REM %%VER EtherLink 16 Diagnostic Program v2.0a
if %mono%.==y. goto b&w
..\install\flushkey
..\install\check videocard
if errorlevel 1 goto color
:b&w
cls
goto contin
:color 
..\install\get b 31
:contin
type diag.men
..\install\echoxy 18 18 Select Option:
..\install\reply
if errorlevel 60 goto inval
if errorlevel 59 goto help
if errorlevel 53 goto inval
if errorlevel 52 goto main
if errorlevel 51 goto vers
if errorlevel 50 goto info
if errorlevel 49 goto rundiag
if errorlevel 28 goto inval
if errorlevel 27 goto main

:inval
..\install\echoxy 20 20 **** Invalid key, try again. ****
echo 
echo 
echo.
diag

:help
echo.
echo.
type diag.hlp
pause
diag

:main
cd..
menu

:info
diaginfo

:rundiag
..\3c507
diag

:vers
..\install\echoxy 24 1
echo.
echo.
type ..\line.men
..\install\echoxy 4 25 Diagnostic Program Versions
..\install\echoxy 10 0
..\install\showver ..\3c507.exe
echo.
pause
diag


[ RETURN TO DIRECTORY ]