home *** CD-ROM | disk | FTP | other *** search
- echo off
- :menu
- query menuman.txt,1234[F10][e] /t31 /e112 /a30 /b27 /g /p="Enter choice:" /x19 /Y22 /s0
- if errorlevel 5 goto end
- if errorlevel 4 goto Manual4
- if errorlevel 3 goto Manual3
- if errorlevel 2 goto Manual2
- if errorlevel 1 goto Manual1
- goto menu
-
- :Manual4
- cls
- If exist manual4 Binder Manual4
- If exist manual4 goto menu
- query Menu2.txt,[27][13][F10] /t31 /e112 /a30 /b27 /c /p="Please insert disk with file MANUAL4 and press <Enter>:" /x14 /y11
- If errorlevel 3 goto END
- goto Manual4
-
- :Manual3
- cls
- If exist manual3 Binder manual3
- If exist manual3 goto menu
- query Menu2.txt,[27][13][F10] /t31 /e112 /a30 /b27 /c /p="Please insert disk with file MANUAL3 and press <Enter>:" /x14 /y11
- If errorlevel 3 goto END
- goto manual3
-
- :Manual2
- cls
- If exist manual2 Binder manual2
- If exist manual2 goto menu
- query Menu2.txt,[27][13][F10] /t31 /e112 /a30 /b27 /c /p="Please insert disk with file MANUAL2 and press <Enter>:" /x14 /y11
- If errorlevel 3 goto END
- goto manual2
-
- :Manual1
- cls
- If exist manual1 Binder manual1
- If exist manual1 goto menu
- query Menu2.txt,[27][13][F10] /t31 /e112 /a30 /b27 /c /p="Please insert disk with file MANUAL1 and press <Enter>:" /x14 /y11
- If errorlevel 3 goto END
- goto manual1
-
- :END
- cls