home *** CD-ROM | disk | FTP | other *** search
- echo off
- firstber
- if errorlevel 1 goto cga
-
- :vga
- if not exist vvor.exe goto insertv
- vvor
- vgame
- if errorlevel 1 goto vga
- goto ende
-
- :cga
- if not exist cvor.exe goto insertc
- cvor
- cgame
- if errorlevel 1 goto cga
- goto ende
-
- :insertv
- echo Please insert disk #1!
- pause
- goto vga
-
- :insertc
- echo Please insert disk #4!
- pause
- goto cga
-
- :ende