home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 253.img / EVSWINC1.ZIP / MBF.BAT < prev    next >
DOS Batch File  |  1990-05-24  |  1KB  |  46 lines

  1. :disk2
  2. echo Please insert disk #2 in drive %1!
  3. pause
  4. if not exist %1stream1.ibm goto disk2
  5. copy %1*.* > NUL
  6. if not exist stream1.ibm goto fail
  7. :disk3
  8. echo Please insert disk #3 in drive %1!
  9. pause
  10. if not exist %1stream2.ibm goto disk3
  11. copy %1*.* > NUL
  12. if not exist stream2.ibm goto fail
  13. :disk4
  14. echo Please insert disk #4 in drive %1!
  15. pause
  16. if not exist %1stream3.ibm goto disk4
  17. if %3 == cga goto Cardcga
  18. if %3 == CGA goto Cardcga
  19. if %3 == mono goto Cardcga
  20. if %3 == MONO goto Cardcga
  21. copy %1\stream3.ibm > NUL
  22. del berlin.bat
  23. ren v berlin.bat
  24. goto fin
  25. :Cardcga
  26. copy %1\stream3.ibm > NUL
  27. copy %1\cgame.exe > NUL
  28. copy %1\cvor.exe > NUL
  29. del berlin.bat
  30. ren c berlin.bat
  31. goto fin
  32. :fail
  33. echo An error has occured while installing 'EAST V WEST' on your hard disk.
  34. echo Please check if your hard disk is full.
  35. goto ende
  36. :fin
  37. if not exist stream3.ibm goto fail
  38. del install.bat
  39. cls
  40. echo                 +++++++++++++++++++++++++++++++++++++++++++++++
  41. echo                 +                                             +
  42. echo                 +       Installation properly finished!       +
  43. echo                 +                                             +
  44. echo                 +++++++++++++++++++++++++++++++++++++++++++++++
  45.  
  46. :ende