home *** CD-ROM | disk | FTP | other *** search
-
- @echo off
- :start
- REM cd\
- see games 0
- if errorlevel 67 if not errorlevel 68 goto f9
- if errorlevel 66 if not errorlevel 67 goto f8
- if errorlevel 65 if not errorlevel 66 goto f7
- 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
-
- :f8
- cls
- REM Take this comment and put your commands here
- goto start
-
- :f7
- cls
- REM Take this comment and put your commands here
- goto start
-
- :f6
- cls
- REM Take this comment and put your commands here
- goto start
-
- :f5
- cls
- REM Take this comment and put your commands here
- goto start
-
- :f4
- cls
- REM Take this comment and put your commands here
- goto start
-
- :f3
- cls
- REM Take this comment and put your commands here
- goto start
-
- :f2
- cls
- REM Take this comment and put your commands here
- goto start
-
- :f1
- cls
- REM Take this comment and put your commands here
- goto start
-
- :end
- menu
-