home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Action 3
/
cdaction031996.iso
/
bga_demo
/
#start.bat
< prev
next >
Wrap
DOS Batch File
|
1996-07-02
|
446b
|
32 lines
@echo off
choice /c:[defgh] [podaj litere twojego cd-rom - d, e, f, g, h]
if errorlevel 1 goto de
if errorlevel 2 goto ee
if errorlevel 3 goto fe
if errorlevel 4 goto ge
if errorlevel 5 goto he
goto end
:de
win d:\bga_demo\setup.exe
goto end
:ee
win e:\bga_demo\setup.exe
goto end
:fe
win f:\bga_demo\setup.exe
goto end
:ge
win g:\bga_demo\setup.exe
goto end
:he
win h:\bga_demo\setup.exe
goto end
:end
cd ..