home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 1 / romside_best_of_german_only_1.iso / anwender / fbtext / entpack.exe / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-01-01  |  853b  |  35 lines

  1. echo off
  2. cls
  3. echo       ┌─────────────────────────────────────────┐
  4. echo       │ FB-TEXT 2.0    Festplatten-Installation │
  5. echo       │      (c) 1990/92 by Frank Brall         │
  6. echo       └─────────────────────────────────────────┘
  7. echo:
  8. echo:
  9. IF %1a == a goto Error
  10. IF %1 == c: goto weiter
  11. IF %1 == C: goto weiter
  12. IF %1 == d: goto weiter
  13. IF %1 == D: goto weiter
  14. IF %1 == e: goto weiter
  15. IF %1 == E: goto weiter
  16.  
  17. :Error
  18. echo     Bitte starten Sie die Installation mit folgenden Parametern:
  19. echo     INSTALL d:
  20. echo:
  21. echo     d:       bezeichnet das logische Laufwerk (z.B. c:)
  22. echo:
  23. echo:
  24. goto ende
  25.  
  26. :weiter
  27. echo     Die Installation erfolgt in dem Verzeichnis %1\FB-TEXT
  28. echo:
  29. echo     * Erzeugen des Unterverzeichnisses
  30. md %1\FB-TEXT
  31. echo     * Installation der Programme & Daten
  32. copy *.* %1\FB-TEXT\*.* > nul
  33.  
  34. :ende
  35.