; Crypt-O-Mat Install V1.0 by D. Hiepler !

(set name
        (askdir
                (prompt "Select a directory where the Crypt-O-Mat directory should be created")
                (help "In the directory you'll select a directory named 'Crypt-O-Mat' containing the files will be created")
                (default "WORK:")
        )
)
(set @default-dest
        (tackon name "Crypt-O-Mat")
)

(makedir @default-dest
        (prompt "Creating Crypt-O-Mat directory...")
        (infos)
)
(copylib
        (prompt "Copying REQTOOLS.LIBRARY to LIBS:")
        (help "Help ? I just copy the reqtools.library to libs:... That's it !")
        (source "LIBS/REQTOOLS.LIBRARY")
        (dest "LIBS:")
        (confirm)
)
(copyfiles
        (prompt "Copying XEN.FONT to FONTS:")
        (help "I will now copy XEN.FONTS to FONTS: ")
        (source "FONTS")
        (dest "FONTS:")
        (pattern "#?")
        (confirm)
)
(copyfiles
        (prompt "Copying main-files...")
        (help "Help ?")
        (source "Crypt-O-Mat_ENG")
        (dest @default-dest)
)
(copyfiles
        (prompt "Copying main-files...")
        (help "Help ?")
        (source "Crypt-O-Mat_ENG.info")
        (dest @default-dest)
)
(copyfiles
        (prompt "Copying main-files...")
        (help "Help ?")
        (source "Crypt-O-Mat_ENG.guide")
        (dest @default-dest)
)                        
(copyfiles
        (prompt "Copying main-files...")
        (help "Help ?")
        (source "Crypt-O-Mat_ENG.guide.info")
        (dest @default-dest)
)                        
