home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Mecomp Multimedia 1
/
Mecomp-CD.iso
/
amiga
/
tools
/
boot
/
startup_picture
/
install.script
< prev
next >
Wrap
Text File
|
1997-05-03
|
1KB
|
48 lines
; Installationsscript by Jürgen Einrauch.
FAILAT 21
Echo " 1. Installiere eine Grafik für startup_Picture mit der"
Echo " Bezeichnung <bootpic> in Ihr Workbenchverzeichnis."
Echo " 2. Kopiere VT in Ihr Verzeichnis C"
Echo " 3. Ergänze User-StartUP mit dem Befehl: C/VT sys:bootpic DELAY=4"
Echo ""
WAIT 2 secs
IF EXISTS SYS:bootpic
Version >NIL: SYS:bootpic
IF WARN
Echo " Ein bootpic ist bereits vorhanden"
Endif
ELSE
Echo " Installiere Grafik bootpic ...."
Copy Pictures/bootpic SYS:
Endif
WAIT 2 secs
IF EXISTS SYS:c/VT
Echo " VT ist bereits vorhanden"
ELSE
Echo " Kopiere VT ...."
Copy c/VT SYS:c
Copy c/VT.info SYS:c
Endif
WAIT 2 secs
IF EXISTS SYS:S/User-StartUP
Echo " Ergänze jetzt Ihre User-StartUP ...."
ELSE
Echo " Keine User-StartUP gefunden, erstelle Verzeichnis neu"
endif
RESIDENT >NIL: c:copy
Echo >ram:Startpicture "*NC/VT sys:bootpic DELAY=4 ;Eintrag für startup-picture"
TYPE >>s:user-startup ram:Startpicture
DELETE >NIL: ram:Startpicture
WAIT 2 secs
Echo ""
Echo " Installation beendet"
WAIT 5 secs
EndCLI >NIL: