home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 2 / romside_best_of_german_only_2.iso / dos / daten / mivag / install.bat < prev    next >
DOS Batch File  |  1993-05-17  |  2KB  |  86 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo                           ****************
  5. echo                           * INSTALLATION *
  6. echo                           ****************
  7. echo.
  8. echo Erstelle Unterverzeichnisse ............
  9. echo ...........  c:\feuer300\
  10. md c:\feuer300
  11. echo ...........  c:\feuer300\daten\
  12. md c:\feuer300\daten
  13. echo.
  14. echo Exe-Dateien werden kopiert.
  15. :Fehler1
  16. if exist f1.exe goto Marke1
  17. echo Andere Diskette einlegen!
  18. pause
  19. cls
  20. goto Fehler1
  21. :Marke1
  22. copy f1.exe c:\feuer300 > NUL
  23. :Marke4
  24. if exist f2.exe goto Marke2
  25. echo Andere Diskette einlegen!
  26. pause
  27. cls
  28. goto Marke4
  29. :Marke2
  30. copy f2.exe c:\feuer300 >NUL
  31. :Marke5
  32. if exist f3.exe goto Marke3
  33. echo Andere Diskette einlegen!
  34. pause
  35. goto Marke5
  36. :Marke3
  37. copy f3.exe c:\feuer300 >NUL
  38. c:
  39. cd \feuer300
  40. echo.
  41. echo Entpacken wird vorbereitet.
  42. echo.
  43. if exist feuer.exe del feuer.exe
  44. if exist install.exe del install.exe
  45. if exist rptfeu.exe del rptfeu.exe
  46. if exist addlist.exe del addlist.exe
  47. if exist drucke.exe del drucke.exe
  48. if exist listfeu.exe del listfeu.exe
  49. if exist info.exe del info.exe
  50. if exist rech1feu.exe del rech1feu.exe
  51. if exist rech2feu.exe del rech2feu.exe
  52. if exist appefeu.exe del appefeu.exe
  53. if exist browfeu.exe del browfeu.exe
  54. if exist kalender.exe del kalender.exe
  55. if exist editor.exe del editor.exe
  56. if exist dbt1feu.exe del dbt1feu.exe
  57. if exist packfeu.exe del packfeu.exe
  58. if exist feuerweh.msk del feuerweh.msk
  59. if exist sortfeu.exe del sortfeu.exe
  60. if exist readme del readme
  61. if exist feuer.txt del feuer.txt
  62. if exist info.txt del info.txt
  63. if exist h.txt del h.txt
  64. echo.
  65. echo Dateien werden entpackt!
  66. echo.
  67. f1
  68. echo.
  69. f2
  70. echo.
  71. f3
  72. echo.
  73. copy readme \feuer300\daten > NUL
  74. del f1.exe
  75. del f2.exe
  76. del f3.exe
  77. del readme
  78. install
  79. del install.exe
  80. cd\
  81. cls
  82. echo Sie können jetzt das Programm mit 'feuer2' starten!!!!!!
  83.  
  84.  
  85.  
  86.