home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if exist c:\spel\action.bat goto second
- @mkdir c:\spel
- :second
- cls
- cd \menu
- menu.exe
- :start
- if not exist c:\spel\spel.ini goto quit
- if not exist c:\spel\action.bat goto quit
- call c:\spel\action.bat
- if not exist c:\spel\action.bat goto quit
- menu.exe
- goto start
-
- :quit
- cd \
-