home *** CD-ROM | disk | FTP | other *** search
- ; This script installs XAreaFix and its config files
- (complete 0)
- (makedir "XConfig:XAreaFix"
- (prompt "I will now create the directory \"XConfig:XAreaFix\"")
- (help @makedir-help)
- (infos)
- (confirm)
- )
-
- (complete 20)
- (copyfiles
- (prompt "Copying all configuration files to XConfig:XAreaFix.")
- (help @copyfiles-help)
- (source "configuration")
- (dest "XConfig:XAreaFix/")
- (pattern "#?.config")
- (files)
- (confirm)
- )
-
- (complete 40)
- (copyfiles
- (prompt "Copying all documentation to XConfig:XAreaFix.")
- (help @copyfiles-help)
- (source "documentation")
- (dest "XConfig:XAreaFix/")
- (pattern "#?.doc")
- (files)
- (confirm)
- )
-
- (complete 60)
- (copyfiles
- (prompt "Copying all script files to Xenolink:scripts.")
- (help @copyfiles-help)
- (source "scripts")
- (dest "Xenolink:scripts/")
- (pattern "#?.doc")
- (files)
- (confirm)
- )
-
- (complete 80)
- (copyfiles
- (prompt "Copying all utilities to Xenolink:utilities.")
- (help @copyfiles-help)
- (source "utilities")
- (dest "Xenolink:utilities/")
- (pattern "#?")
- (files)
- (confirm)
- )
-
- (complete 90)
- (copyfiles
- (prompt "Copying all helpfiles to XConfig:XAreaFix.")
- (help @copyfiles-help)
- (source "help")
- (dest "XConfig:XAreaFix/")
- (pattern "#?")
- (files)
- (confirm)
- )
-
-