home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Media Gallery 1996 January
/
MG_0196.ISO
/
spea
/
install
/
stormpro
/
util
/
getos.bat
< prev
next >
Wrap
DOS Batch File
|
1995-09-28
|
655b
|
29 lines
@echo off
if %1$ == do$ if %2$ == it$ if %3$ == really$ goto start
echo Please execute INSTALL.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