home *** CD-ROM | disk | FTP | other *** search
- indestdir
- set _text insteng.txl
- err_handler %_text%\errhand.txt
- getOpt -T
- if %_err% eq 0
- set _option "-T"
- endif
- rem determine which menu item to highlight
- set _next 0
- getOpt -N:
- if %_err% eq 0
- set _next %_1%
- endif
- textbox 1 1 80 25 blue
- color back blue
- type %_text%\cpyrght.txt 11 22 60 4
- color back cyan
- type %_text%\install.txt 3 2 77 6 -border
- rem type %_text%\shell.txt 17 20 46 5
- menu %_text%\shell.mnu 20 11 40 7 %_text%\shell.tit %_text%\updown.leg -default %_next%
- switch %_1%
- case demo:
- chain -curoff d\setup.exe
- case escape:
- textbox 1 1 80 25 black
- case quit:
- textbox 1 1 80 25 black
- case default:
- chain -curoff %_1%\install %_option% -N %_2%
- endswitch
- rem exit with status 99 to signal batch file to not rerun us.
- quit 99