home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 211.img / SHERM1PE.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1989-12-13  |  2KB  |  45 lines

  1. @echo off
  2. echo         █████████████████████████████████████████████████
  3. echo         ██ installation of SHERMAN M4 on hard drive C: ██
  4. echo         █████████████████████████████████████████████████
  5. echo        ╔═════════════════════════════════════════════════╗
  6. echo        ║  Create the directory where you wanted to put   ║
  7. echo        ║  "SHERMAN M4" , go in and type a:install .      ║
  8. echo        ╠═════════════════════════════════════════════════╣
  9. echo        ║  Example :        md sherman                    ║
  10. echo        ║                   cd sherman                    ║
  11. echo        ║                   a:install                     ║
  12. echo        ╠═════════════════════════════════════════════════╣
  13. echo        ║  for return to DOS and create the directory     ║
  14. echo        ║  type Control C , for install "SHERMAN M4"      ║
  15. echo        ║  on hard drive C: type Return                   ║ 
  16. echo        ╚═════════════════════════════════════════════════╝
  17. pause
  18.  
  19. :test1
  20. if exist a:sherman.exe goto ok1
  21. echo           please insert disk 1 in drive A:
  22. pause
  23. goto test1
  24. :ok1
  25. copy a:*.*
  26. if exist a:fond1.vcc goto end
  27.  
  28. echo           please insert disk 2 in drive A:
  29. pause
  30. :test2
  31. if exist a:fond1.vcc goto ok2
  32. echo           please insert disk 2 in drive A:
  33. pause
  34. goto test2
  35. :ok2
  36. copy a:*.*
  37.  
  38. :end
  39. echo        ╔═════════════════════════════════════════════════╗
  40. echo        ║  Installation succesful , insert disk 1 in      ║
  41. echo        ║  drive A: et type SHERMAN for the game          ║
  42. echo        ╚═════════════════════════════════════════════════╝
  43.  
  44. @echo on
  45.