home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 1 / romside_best_of_german_only_1.iso / hobby / dos / sonstige / lottopro / installc.bat < prev    next >
DOS Batch File  |  1993-03-24  |  583b  |  25 lines

  1. echo off
  2. cls
  3. echo Dieses File dient zum Installieren des Lotto-Programms
  4. echo                "Lotto-Profi"
  5. echo Die Installation ist für die Festplatte C:
  6. echo Auf Ihrer Festplatte wird das Verzeichnis C:\LOTTO angelegt.
  7. echo Zusätzlich werden alle Files in das Verzeichnis hineinkopiert.
  8. echo In das Root-Verzeichnis (C:\) werden zusätzlich 2 Batch-Dateien
  9. echo kopiert. Somit können Sie den Lotto-Profi von jedem Unterver-
  10. echo zeichnis starten.
  11. pause
  12. cls
  13.  
  14. md c:\lotto
  15. cd c:\lotto
  16. copy *.* c:\lotto
  17.  
  18. c:
  19. cd c:\lotto
  20. copy l.bat c:\
  21. copy lotto.bat c:\
  22. lotto
  23.  
  24.  
  25.