home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Direkt 1995 #1
/
Image.iso
/
cdd
/
direkt
/
rente94
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1994-07-21
|
752b
|
23 lines
echo off
echo Installieren von RentenProfi :
echo Die Installation dient Ihrer Entlastung von Kopierarbeit
echo --------------------------------------------
echo 1. Erzeuge Pfad rnprofi auf der Festplatte c:
echo (Platzbedarf auf c: waehrend Installation etwa 600 kBytes
echo nach Installation etwa 390 kBytes)
echo 2. Kopiere Rentendateien nach c:\rnprofi
echo 3. gehe nach Pfad c:\rnprofi
echo 4. Entpacke Renten-Profi, loesche gepackte Datei
echo 4. Starte rente.exe
echo --------------------------------------------
echo Bitte Return druecken wenn OK, Ctrl-C falls nein...
pause
echo on
mkdir c:\rnprofi
copy a:\rente94\rentenp.exe c:\rnprofi
c:
cd \rnprofi
rentenp
del rentenp.exe
rente