home *** CD-ROM | disk | FTP | other *** search
/ Speelhal Klassiekers - Hits des Salles de Jeux / CD_1.iso / games / ROADHOG / TMP / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-07-23  |  797b  |  29 lines

  1. @echo off
  2. cls
  3. echo  
  4. echo  
  5. echo  
  6. echo  
  7. echo  
  8. echo  
  9. echo  
  10. echo         ┌────────────────────────────────────────────────────────────┐
  11. echo         │Moechten Sie die deutsche oder englische Installation? (D/E)│
  12. echo         ├────────────────────────────────────────────────────────────┤
  13. echo         │      Do you want the German or English Install? (G/E)      │
  14. echo         ├────────────────────────────────────────────────────────────┤
  15. echo         │ CTRL-C Ends install         CTRL-C beendet die Installation│
  16. echo         └────────────────────────────────────────────────────────────┘
  17. echo  
  18. echo  
  19. echo  
  20. echo  
  21. EC.EXE DEG
  22. if errorlevel = 71 goto XXD
  23. if errorlevel = 69 goto XXE
  24. :XXD
  25. copy install.deu install.001
  26. copy external.deu external.lng
  27. :XXE
  28. inst.exe
  29.