home *** CD-ROM | disk | FTP | other *** search
- @echo off
- :start
- REM cd\
- see kids 2
- 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
-
- :f3
- cls
- REM Put your commands here
- goto start
-
- :f2
- cls
- REM Put your commands here
- goto start
-
- :f1
- cls
- REM Put your commands here
- goto start
-
- :end
- menu
-