home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if "%1" == "" goto INTRO
- goto start
-
- :intro
-
- CALL INTRO.BAT
-
- :START
- CD \
-
- STARTM
-
- IF ERRORLEVEL == 99 GOTO END
- IF ERRORLEVEL == 8 GOTO OPT8
- IF ERRORLEVEL == 7 GOTO OPT7
- IF ERRORLEVEL == 6 GOTO OPT6
- IF ERRORLEVEL == 5 GOTO OPT5
- IF ERRORLEVEL == 4 GOTO OPT4
- IF ERRORLEVEL == 3 GOTO OPT3
- IF ERRORLEVEL == 2 GOTO OPT2
- IF ERRORLEVEL == 1 GOTO OPT1
-
- goto START
-
- :opt1
- CALL BROWSE.BAT
- goto end
-
- :opt2
- menu\ozmnhlp.exe
- goto start
-
- :opt3
- menu\sprnthlp.exe
- goto start
-
- :opt4
- menu\products.exe
- goto start
-
- :opt5
- menu\sharehlp.exe
- goto start
-
- :opt6
- menu\swtutor.exe
- goto start
-
- :opt7
- menu\disclaim.exe
- goto start
-
- :opt8
- CALL INTRO.BAT
- goto start
-
-
- :end
-