; Installer-Script fot ZMore © by PackMAN

(set #notV37
(cat "» ZMore « benötigt OS2 (V37.175) oder höher..."))

(set #msg
(cat "\n\n"
     " » ZMore «  Installer script.\n\n"
     "This script installs » ZMore « on your AMIGA in "C:"\n\n"
     "ZMore © 1994 Falk Zühlsdorff\n"
     "All rights reserved."))

;=============================================================================
; OS2 ?

(if (< (/ (getversion) 65536) 37)
(
    (abort #notV37)
))

;=============================================================================

(message #msg)
(welcome)

(copyfiles
    (prompt "Textviewer ZMore")
    (help "only the viewer no doc will be installed")
    (source ":ZMore/ZMore")
    (dest "C:" )
    (confirm)
)






