home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if "%1"=="-drive" goto gotdrive
- install1 %1 %2 %3 %4 %5 %6 %7
- if errorlevel 99 goto reallyquit
- if errorlevel 1 goto reallyquit
- goto reinvoke
- :gotdrive
- install1 %3 %4 %5 %6 %7 %8 %9
- if errorlevel 99 goto quitdrive
- if errorlevel 1 goto reallyquit
- :reinvoke
- rem Reinvoke this batch file indirectly. Current drive and directory
- rem point to the product that was last installed, which created an
- rem install.bat.
- .\install
- :quitdrive
- %2
- :reallyquit