home *** CD-ROM | disk | FTP | other *** search
- ; Format-Installer v1.0 (25.12.97)
- ; © 1997 by Ulrich Hambuch
-
- (copyfiles
- (prompt "Copying Format-Executeable to System. Won't make a backup of your old format program!")
- (help @copyfiles-help)
- (source "Format")
- (dest "SYS:System/")
- (files)
- (confirm)
- )
-
- (copyfiles
- (prompt "Copying Format-NewIcon to System ...")
- (help @copyfiles-help)
- (source "Format.info")
- (dest "SYS:System/")
- (files)
- (confirm)
- )
-
-