home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
GED411U.LHA
/
ged411u
/
Install
next >
Wrap
Text File
|
1996-08-24
|
2KB
|
66 lines
; $VER: 5
(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 41)
(
(message "\nSorry, GoldED Release 4.1.0 or better required")
(exit (quiet))
)
)
(message (cat "\n"
"GoldED 4 ╖ Programmer's Editor \n"
"All Rights Reserved. \n"
" \n"
"Upgrades GoldED 4.1.x to GoldED 4.1.1 \n"
" \n"
"GoldED ⌐1995, 1996 Dietmar Eilert \n"
"Reqtools ⌐1991-1995 Nico Franτois \n"
" \n"
"GoldED is not freely distributable. Please read \n"
"the licence file before you install GoldED; \n"
"installing this software means accepting the \n"
"licence. Thank you. \n"
))
(copyfiles
(source "golded" )
(dest "golded:")
(infos)
(all)
(nogauge)
)
(delete "golded:.info")
(complete 100)
(message "\nInstallation complete.")
)
(message (cat "\n"
"Please install GoldED before attempting to\n"
"install this client. \n"
))
)
(exit (quiet))
(welcome)