home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / share / Dos / JUEGOS / dk / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-07-15  |  643 b   |  27 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  
  16. echo  
  17. echo  
  18. echo  
  19. EC.EXE DEG
  20. if errorlevel = 71 goto XXD
  21. if errorlevel = 69 goto XXE
  22. :XXD
  23. copy install.deu install.001
  24. copy external.deu external.lng
  25. :XXE
  26. inst.exe
  27.