home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1995 #1 / Image.iso / cdd / direkt / stdos93 / install.bat < prev    next >
Encoding:
DOS Batch File  |  1994-06-27  |  820 b   |  24 lines

  1. echo off
  2. echo Installieren von SteuerProfi :
  3. echo Steuer-Profi ist von Floppy auch ablauffaehig, die Installation
  4. echo dient lediglich Ihrer Entlastung von Kopierarbeit
  5. echo --------------------------------------------
  6. echo 1. Erzeuge Pfad stdos93 auf der Festplatte c:
  7. echo    (Platzbedarf auf c: waehrend Installation etwa 600 kBytes 
  8. echo                        nach Installation etwa 390 kBytes)
  9. echo 2. Kopiere steuerdateien nach c:\stdos93       
  10. echo 3. gehe nach Pfad c:\stdos93
  11. echo 4. Entpacke Steuer-Profi, loesche gepackte Datei
  12. echo 5. Starte steuer.exe 
  13. echo --------------------------------------------
  14. echo Bitte Return druecken wenn OK, Ctrl-C falls nein...
  15. pause
  16. echo on
  17. mkdir c:\stdos93
  18. copy a:\stdos93\stdos93p.exe c:\stdos93
  19. c:
  20. cd \stdos93
  21. stdos93p
  22. del stdos93p.exe
  23. steuer   
  24.