home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01132 / install.bat next >
DOS Batch File  |  1993-07-14  |  2KB  |  62 lines

  1. echo off
  2. cls
  3. echo.
  4. echo        Installierung von ZIMMERPFLANZEN - LEXIKON 1.0 nach C:\PFLANZEN
  5. echo.
  6. echo        ╔════════════════════════════════════════════════════════════╗
  7. echo        ║   SHAREWAREVERSION - SHAREWAREVERSION - SHAREWAREVERSION   ║
  8. echo        ╚════════════════════════════════════════════════════════════╝
  9. echo.
  10. echo       Bitte überprüfen Sie nochmals, ob Sie das wirklich wollen.
  11. echo.
  12. pause
  13. cls
  14. ECHO. 
  15. ECHO     ╔═══════════════════════════════════════════════════════════════╗
  16. ECHO     ║  ...INSTALLATION LÄUFT  .... BITTE HABEN SIE ETWAS GEDULD..   ║
  17. ECHO     ╚═══════════════════════════════════════════════════════════════╝
  18. ECHO.                          
  19. if not exist \pflanzen\pflanzen.exe goto Usage
  20. md c:\pflanzen          >NUL
  21. md c:\pflanzen\pflege   >NUL
  22. md c:\pflanzen\schaed   >NUL
  23. md c:\pflanzen\Krank    >NUL
  24. md c:\pflanzen\lexikon  >NUL
  25. md c:\pflanzen\bilder   >NUL
  26. ECHO. 
  27. ECHO         ╔════════════════════════════════════════════════════╗
  28. ECHO         ║ ............ KOPIERE BILDERDATEN..............     ║ 
  29. ECHO         ║   BITTE GEBEN SIE  " Y " WENN CONTINUe ERSCHEINT   ║
  30. ECHO         ║                       [ ENTER ]                    ║
  31. ECHO         ║   DIE BILDER WERDEN DANN SELBSTSTÄNDIG ENTPACKT    ║
  32. ECHO         ╚════════════════════════════════════════════════════╝
  33. ECHO.                          
  34.  
  35. :Disk1
  36. copy pflanzen\*.*        c:\pflanzen         >NUL
  37. :Stage2                 
  38. copy pflanzen\pflege\*.*      c:\pflanzen\pflege   >NUL
  39. copy pflanzen\schaed\*.*      c:\pflanzen\schaed   >NUL
  40. copy pflanzen\Krank\*.*       c:\pflanzen\krank    >NUL
  41. copy pflanzen\lexikon\*.*     c:\pflanzen\lexikon   >NUL 
  42. copy pflanzen\bilder\bild.exe              c:\pflanzen\bilder   >NUL 
  43. c:\
  44. cd c:\pflanzen
  45. cd c:\pflanzen\bilder
  46. c:\pflanzen\bilder\
  47. c:\pflanzen\bilder\bild.exe
  48. del c:\pflanzen\bilder\bild.exe
  49. goto end
  50. :Usage
  51. echo.
  52. echo               ╔═════════════════════════════════════════╗
  53. echo               ║        -------- FEHLER----------        ║ 
  54. echo               ║          INSTALLIONSDATEI FEHLT         ║
  55. echo               ║ oder kein Platz mehr auf der Festpatte  ║
  56. echo               ║                                         ║
  57. echo               ╚═════════════════════════════════════════╝      
  58. echo.
  59. :end
  60. c:
  61. cd c:\pflanzen
  62.