home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d8xx
/
d825
/
wcomm.lha
/
WComm
/
German
/
Installier_Mich
< prev
next >
Wrap
Text File
|
2001-02-25
|
1KB
|
49 lines
.K ""
;!Execute
AskReq H Information M "Dieses Script installiert WComm auf Ihrem System|Soll ich fortfahren ?" P "OK" N "Abbruch"
if NOT WARN
QUIT
ENDIF
Set DST ""
Set DST `AskReq H "Installiere WComm ..." M "Bitte geben Sie das Verzeichnis|an, in das ich WComm kopieren soll" S G "ENVARC:"`
if $DST EQ ""
QUIT
ENDIF
AskReq H Information M "Ich werde jetzt WComm in das|'$DST'|kopieren. Soll ich fortfahren ?" P "OK" N "Abbruch"
if NOT WARN
QUIT
ENDIF
Copy WComm_G $DST
Copy WComm_G.info $DST
SET CFG ""
SET CFG `AskReq H Infomation M "WComm nach $DST kopiert ...|WComm benötigt einige Konfigurationsdateien.|Wohin sollen Sie kopiert werden?" S G $DST`
if $CFG EQ ""
QUIT
ENDIF
AskReq H Information M "Ich werde die Konfigurationsdateien jetzt zu|'$CFG'|kopieren. Soll ich fortfahren ?" P "OK" N "Abbruch"
if NOT WARN
QUIT
ENDIF
Copy WComm.prefs#? $CFG
Copy XWindow.prefs#? $CFG
Copy XWindow.prefs#? $CFG
Copy Notify.prefs#? $CFG
AskReq H Infomation M "Alle Dateien erfolgreich kopiert...|Installation beendet."
QUIT