home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 253.img / EVSWINC1.ZIP / V < prev    next >
Text File  |  1990-05-03  |  590b  |  16 lines

  1. echo off
  2. cls
  3. if not exist vvor.exe goto Nogame
  4. if not exist vgame.exe goto Nogame
  5. if not exist stream0.ibm goto Nogame
  6. vvor
  7. vgame
  8. goto Ende
  9. :Nogame
  10. echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  11. echo +                                                                            +
  12. echo +    Failure while loading "East vs. West"! Please reinstall the program.    +
  13. echo +                                                                            +
  14. echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  15.  
  16. :Ende