home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 1 / romside_best_of_german_only_1.iso / anwender / svfax / entpack.exe / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-03-30  |  2KB  |  66 lines

  1. @echo off
  2. cls
  3. echo             ┌─────────────────────────────────────────────────────┐
  4. echo             │        SV-SERIE  -  Festplatten-Installation        │
  5. echo             │                  SV-Foto / SV-Fax                   │
  6. echo             │     Copyright (c) 1993 by SOFTventures Software     │
  7. echo             └─────────────────────────────────────────────────────┘
  8. echo:
  9. echo:
  10. IF %1a == a goto Error
  11. IF %1 == c: goto weiter
  12. IF %1 == C: goto weiter
  13. IF %1 == d: goto weiter
  14. IF %1 == D: goto weiter
  15. IF %1 == e: goto weiter
  16. IF %1 == E: goto weiter
  17.  
  18. :Error
  19. echo     Bitte starten Sie die Installation mit folgenden Parametern:
  20. echo     INSTALL d:
  21. echo:
  22. echo     d:       bezeichnet das logische Laufwerk (z.B. c:)
  23. echo:
  24. goto ende
  25.  
  26. :weiter
  27. echo     Die Installation erfolgt in den Verzeichnissen %1\SV-FOTO
  28. echo                                             und    %1\SV-FAX
  29. echo:
  30. echo     * Erzeugen der Unterverzeichnisse
  31. md %1\SV-FOTO > nul
  32. md %1\SV-FAX > nul
  33. echo     * Installation der Programmdateien
  34. copy bestell.txt %1\sv-foto > nul
  35. copy bestell.txt %1\sv-fax > nul
  36. copy list.exe %1\sv-foto > nul
  37. copy list.exe %1\sv-fax > nul
  38. copy share.doc %1\sv-foto > nul
  39. copy share.doc %1\sv-fax > nul
  40. copy x-foto.exe %1\SV-FOTO\*.* > nul
  41. copy x-fax.exe %1\SV-FAX\*.* > nul
  42. echo     * Entpacken: SV-Foto
  43. %1
  44. CD %1\SV-FOTO
  45. X-FOTO > nul
  46. DEL x-foto.exe > nul
  47. echo     * Entpacken: SV-Fax
  48. %1
  49. CD %1\SV-FAX
  50. X-FAX > nul
  51. DEL x-fax.exe > nul
  52. cd..
  53. echo:
  54. echo     Starten Sie die Programme indem Sie in die entsprechenden 
  55. echo     Unterverzeichnisse verzweigen und dann den Namen tippen.
  56. echo:
  57. echo     CD SV-FOTO «Enter» und SV-FOTO «Enter» startet SV-Foto
  58. echo     CD SV-FAX  «Enter» und SV-FAX  «Enter» startet SV-Fax
  59. echo:
  60. echo     Wenn ein Programm beendet ist gelangen Sie mit CD.. «Enter»
  61. echo     wieder in das Hauptverzeichnis um von dort z.B. ein anderes
  62. echo     SV-Programm mit den o.g. Befehlen zu starten.
  63. echo:
  64. echo     * Installation beendet, Viel Erfolg!
  65. :ende
  66.