home *** CD-ROM | disk | FTP | other *** search
/ TopWare Tools / TOOLS.iso / tools / top1539 / install.bat < prev    next >
Encoding:
DOS Batch File  |  1993-08-12  |  633 b   |  27 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo.
  5. echo            ─────────────────────────────────────────────────────
  6. echo            Kopiere die Dateien auf die Festplatte C:\
  7. echo            in das Verzeichnis \PINWAND
  8. echo.
  9. echo            Wenn Sie dies nicht möchten, brechen Sie mit
  10. echo            STRG/UNTBR  (CTRL/BREAK)  ab
  11. echo            ─────────────────────────────────────[TASTE]─────────
  12. pause >nul
  13. echo.
  14. echo            Lege Verzeichnis an...
  15. md c:\PINWAND
  16. echo            Kopiere Dateien...
  17. copy *.* c:\PINWAND >nul
  18. c:
  19. cd\
  20. cd PINWAND
  21. cls
  22. echo.
  23. echo.
  24. echo            Bitte rufen Sie das Programm mit  PIN  auf.
  25.  
  26.  
  27.