home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Media Gallery 1995 October
/
MG_1095.ISO
/
spea
/
manual.bat
< prev
next >
Wrap
DOS Batch File
|
1995-08-17
|
457b
|
36 lines
@echo off
:manual
IF "%2i" == "-txti" GOTO txt
IF "%2i" == "-gfxi" GOTO gfx
GOTO ende
:txt
cd \spea
manl_txt.exe %1
GOTO install
:gfx
cd \spea
manl_gfx.exe %1
:install
IF ERRORLEVEL== 1 GOTO 1
GOTO ende
rem **********************************Deutsch ****************************
:1
cd \
call speainst.bat
goto manual
*************************************** ende *******************************
:ende
cls
cd \