home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April (Special)
/
Chip-Special_1997-04_cd.bin
/
spea
/
mirage
/
mtv0296
/
mtv02961.exe
/
rar
/
GETOS.BAT
< prev
next >
Wrap
DOS Batch File
|
1996-01-26
|
653b
|
29 lines
@echo off
if %1$ == do$ if %2$ == it$ if %3$ == really$ goto start
echo Please execute SETUP.EXE.
echo Press any key to continue ...
pause > nul
goto exit
:start
ver >c:\odd33ver.tpl
set >c:\odd33set.tpl
if exist c:\odd33ver.tpl if exist c:\odd33set.tpl goto exit
ver >d:\odd33ver.tpl
set >d:\odd33set.tpl
if exist d:\odd33ver.tpl if exist d:\odd33set.tpl goto exit
ver >e:\odd33ver.tpl
set >e:\odd33set.tpl
if exist e:\odd33ver.tpl if exist e:\odd33set.tpl goto exit
ver >f:\odd33ver.tpl
set >f:\odd33set.tpl
if exist f:\odd33ver.tpl if exist f:\odd33set.tpl goto exit
ver >g:\odd33ver.tpl
set >g:\odd33set.tpl
:exit