home *** CD-ROM | disk | FTP | other *** search
/ 3D Dinosaur Adventure / DINO16B14.iso / install.bat < prev    next >
DOS Batch File  |  1994-01-24  |  474b  |  19 lines

  1. @echo off
  2. if "%1"=="-drive" goto gotdrive
  3. install1 %1 %2 %3 %4 %5 %6 %7
  4. if errorlevel 99 goto reallyquit
  5. if errorlevel 1 goto reallyquit
  6. goto reinvoke
  7. :gotdrive
  8. install1 %3 %4 %5 %6 %7 %8 %9
  9. if errorlevel 99 goto quitdrive
  10. if errorlevel 1 goto reallyquit
  11. :reinvoke
  12. rem Reinvoke this batch file indirectly.  Current drive and directory
  13. rem point to the product that was last installed, which created an
  14. rem install.bat.
  15. .\install
  16. :quitdrive
  17. %2
  18. :reallyquit
  19.