home *** CD-ROM | disk | FTP | other *** search
/ TopWare Tools / TOOLS.iso / tools / top1652 / install.bat < prev    next >
Encoding:
DOS Batch File  |  1993-10-02  |  257 b   |  13 lines

  1. @echo off
  2. rem Installationsroutine für PKA
  3. echo Persönlichkeitsanalyseprogramm PKA wird im Verzeichnis C:\PKA installiert.
  4. echo.
  5. pause
  6. md c:\pka
  7. echo Dateien werden kopiert...
  8. copy *.* c:\pka > nul
  9. c:
  10. cd \pka
  11. del install.bat > nul
  12. call pka.bat
  13.