home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
text
/
edit
/
mirror
/
install
< prev
next >
Wrap
Text File
|
1995-04-17
|
2KB
|
79 lines
; $VER: 1.0
(delopts "oknodelete" "force" "askuser")
(complete 0)
(if (exists "GOLDED:" (NOREQ))
(
(set vernum (getversion "golded:golded"))
(set ver (/ vernum 65536))
(set rev (- vernum (* ver 65536)))
(set version (+ (* 10 ver) rev))
(if (< version 21)
(
(message "\nSorry, GoldED 2.1.0 or better required")
(exit (quiet))
)
)
(message (cat "\n"
"Mirror - Online Bracket Highlighting \n"
" \n"
"©1995 Dietmar Eilert \n"
" DIETMAR@TOMATE.TNG.OCHE.DE \n"
" \n"
"GoldED Release 2.1.0+ required. \n"
" \n"
"This utility is NOT 'freely distributable'. \n"
"Please have a look at the licence file \n"
"before using this software. Thank you. \n"
))
(if (not (exists "GoldED:API/Mirror"))
(makedir "GoldED:API/Mirror")
)
(copyfiles
(source (pathonly @icon))
(dest "GoldED:API/Mirror")
(pattern "(mirror|readme|source|presets|licence)")
(infos)
)
(if (exists "golded:presets")
(copyfiles
(source "GoldED:API/Mirror/presets")
(dest "golded:presets")
(all)
)
)
(complete 100)
(message "\nInstallation complete. Have fun :-)")
(run (cat "gx FORCE MACRO=\"" (tackon (pathonly @icon) "auto.ged\"")))
)
(message (cat "\n"
"Please install GoldED before attempting to\n"
"install this client. \n"
))
)
(exit (quiet))
(welcome)