home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Media Gallery 1995 October
/
MG_1095.ISO
/
spea.bat
< prev
next >
Wrap
DOS Batch File
|
1995-08-09
|
326b
|
27 lines
@echo off
cls
\spea\memtest
IF ERRORLEVEL == 4 GOTO dgfx
IF ERRORLEVEL == 3 GOTO egfx
IF ERRORLEVEL == 2 GOTO dtxt
IF ERRORLEVEL == 1 GOTO etxt
GOTO ende
:dgfx
\spea\manual.bat -d -gfx
:egfx
\spea\manual.bat -e -gfx
:dtxt
\spea\manual.bat -d -txt
:etxt
\spea\manual.bat -e -txt
:ende
cd \
cls