home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / DEUTSCH / DIV_VERW / PHONO / INSTALL.BAT next >
DOS Batch File  |  1993-12-01  |  544b  |  31 lines

  1. @echo off
  2. cls
  3. if x%1x == xx goto NixDa
  4. md %1\PHONO
  5. echo Bitte warten... Dateien werden kopiert!
  6. copy PHONO.EXE %1\PHONO > NUL
  7. copy --------.--- %1\PHONO > NUL
  8. copy PHONO.PIC %1\PHONO > NUL
  9. copy PHONO.TXT %1\PHONO > NUL
  10. md %1\PHONO\DRUCKER
  11. copy DRUCKER %1\PHONO\DRUCKER > NUL
  12. cls
  13. %1
  14. cd PHONO
  15. echo Zum Starten PHONO eingeben
  16. echo Lesen Sie vorher die Anleitung PHONO.TXT
  17. goto ende
  18. :NixDa
  19. echo Bitte mit Parameter (Laufwerskennung) aufrufen, z.B. INSTALL C:
  20. echo für Installation auf Laufwerk C: usw.
  21. :ende
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30. 
  31.