home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Survival Kit / Chip_Special_Survival_Kit_fuer_PC_Anwender.iso / 05sonst / venus / hdinstal.bat < prev    next >
DOS Batch File  |  1994-09-01  |  575b  |  24 lines

  1. @echo off
  2. echo off
  3. cls
  4. echo  VENUS OTV   Festplatteninstallation                  
  5. echo (C) 1990,92  Gebrüder Pfarr
  6. echo.
  7. if %1/ == / goto pfad
  8. md %1
  9. copy *.* %1
  10. cd %1
  11. echo.
  12. echo Die Installation von VENUS OTV ist abgeschlossen.
  13. echo Wechseln Sie auf das Ziellaufwerk und starten Sie das
  14. echo Programm durch die Eingabe von VENUS.
  15. goto ende
  16. :pfad
  17. echo Bitte starten Sie das Programm HDINSTAL mit einem Parameter, der das
  18. echo Zielverzeichnis von VENUS OTV auf der Festplatte bestimmt.
  19. echo.
  20. echo Zum Beispiel:      HDINSTAL C:\VENUS
  21. :ende
  22. echo.
  23. echo.
  24.