home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 1 / romside_best_of_german_only_1.iso / doshelp / tkslaser / entpack.exe / INSTALLD.BAT < prev    next >
DOS Batch File  |  1991-11-20  |  549b  |  26 lines

  1. echo off
  2. cls
  3. echo  TKS Softfonts Thomas Klaus, Weinberg 16, 7164 Mittelfischach
  4. echo.
  5. echo.
  6. echo  Installation und Entpacken einer TKS Font Diskette auf Festplatte D:
  7. echo.
  8. echo  Dabei wird ein Verzeichnis TKSSW auf Festplatte D: angelegt.
  9. echo  Die Datei TKSSW.EXE wird in das Verzeichnis TKSSW kopiert, entpackt und
  10. echo  wieder gelöscht.
  11. echo.
  12. echo.
  13. echo.
  14. echo. Weiter mit beliebiger Taste  - Abbruch mit CTRL C
  15. echo.
  16. echo.
  17. pause
  18. echo on
  19. md d:\tkssw
  20. copy tkssw.exe d:\tkssw
  21. d:
  22. cd\tkssw
  23. tkssw
  24. del d:\tkssw\tkssw.exe
  25. start
  26.