home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 253.img / EVSWINC4.ZIP / BERLIN.BAT next >
DOS Batch File  |  1990-04-25  |  358b  |  29 lines

  1. echo off
  2. firstber
  3. if errorlevel 1 goto cga
  4.  
  5. :vga
  6. if not exist vvor.exe goto insertv
  7. vvor
  8. vgame
  9. if errorlevel 1 goto vga
  10. goto ende
  11.  
  12. :cga
  13. if not exist cvor.exe goto insertc
  14. cvor
  15. cgame
  16. if errorlevel 1 goto cga
  17. goto ende
  18.  
  19. :insertv
  20. echo Please insert disk #1!
  21. pause
  22. goto vga
  23.  
  24. :insertc
  25. echo Please insert disk #4!
  26. pause
  27. goto cga
  28.  
  29. :ende