home *** CD-ROM | disk | FTP | other *** search
- @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