home *** CD-ROM | disk | FTP | other *** search
/ Science Adventure 2 with Isaac Asimov / SCIENCEV2.IMG / install1.scr < prev    next >
Encoding:
Text File  |  1994-03-13  |  781 b   |  33 lines

  1. indestdir
  2. set _text insteng.txl
  3. err_handler %_text%\errhand.txt
  4. getOpt -T
  5. if %_err% eq 0
  6.     set _option "-T"
  7. endif
  8. rem determine which menu item to highlight
  9. set _next 0
  10. getOpt -N:
  11. if %_err% eq 0
  12.     set _next %_1%
  13. endif
  14. textbox 1 1 80 25 blue
  15. color back blue
  16. type %_text%\cpyrght.txt 11 22 60 4
  17. color back cyan
  18. type %_text%\install.txt 3 2 77 6 -border
  19. rem type %_text%\shell.txt 17 20 46 5 
  20. menu %_text%\shell.mnu 20 11 40 7 %_text%\shell.tit %_text%\updown.leg -default %_next%
  21. switch %_1%
  22. case demo:
  23.     chain  -curoff d\setup.exe
  24. case escape:
  25.     textbox 1 1 80 25 black
  26. case quit:
  27.     textbox 1 1 80 25 black
  28. case default:
  29.     chain  -curoff %_1%\install %_option% -N %_2%
  30. endswitch
  31. rem exit with status 99 to signal batch file to not rerun us.
  32. quit 99
  33.