home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1995 #1 / Image.iso / cdd / direkt / rente94 / install.bat < prev    next >
DOS Batch File  |  1994-07-21  |  752b  |  23 lines

  1. echo off
  2. echo Installieren von RentenProfi :
  3. echo Die Installation dient Ihrer Entlastung von Kopierarbeit
  4. echo --------------------------------------------
  5. echo 1. Erzeuge Pfad rnprofi auf der Festplatte c:
  6. echo    (Platzbedarf auf c: waehrend Installation etwa 600 kBytes 
  7. echo                        nach Installation etwa 390 kBytes)
  8. echo 2. Kopiere Rentendateien nach c:\rnprofi       
  9. echo 3. gehe nach Pfad c:\rnprofi
  10. echo 4. Entpacke Renten-Profi, loesche gepackte Datei
  11. echo 4. Starte rente.exe 
  12. echo --------------------------------------------
  13. echo Bitte Return druecken wenn OK, Ctrl-C falls nein...
  14. pause
  15. echo on
  16. mkdir c:\rnprofi
  17. copy a:\rente94\rentenp.exe c:\rnprofi
  18. c:
  19. cd \rnprofi
  20. rentenp
  21. del rentenp.exe
  22. rente   
  23.