home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- :start
- see menu.scr
- if errorlevel 64 if not errorlevel 65 goto f6
- if errorlevel 63 if not errorlevel 64 goto f5
- if errorlevel 62 if not errorlevel 63 goto f4
- if errorlevel 61 if not errorlevel 62 goto f3
- if errorlevel 60 if not errorlevel 61 goto f2
- if errorlevel 59 if not errorlevel 60 goto f1
- if errorlevel 27 if not errorlevel 28 goto end
- goto start
-
- :f6
- PCPIANO
- goto start
-
- :f5
- cls
- see games
- REM you can create another batch file similar to MENU.BAT and call it from here
- goto start
-
- :f4
- SS
- goto start
-
- :f3
- SD
- goto start
-
- :f2
- cls
- cd\wp
- wp
- cd\
- goto start
-
- :f1
- cls
- cd\123
- 123
- cd\
-
- goto start
- :end
- cls
- ver
-