home *** CD-ROM | disk | FTP | other *** search
- ;$VER: AGP_install 1.0
- ;$AUTHOR: Lee Kindness
-
- (set name
- (askdir
- (prompt 'Where will AmigaGuide preferences be copied to?')
- (help 'This is where you want the AmigaGuide preference program to be located. It should normally be in your prefs directory\n\n'@askdir-help)
- (default 'SYS:Prefs')
- )
- )
-
- (set @default-dest name)
-
- (copyfiles
- (help @copyfiles-help)
- (source 'AmigaGuide')
- (dest name)
- (infos)
- (noposition)
- )
-
- (transcript '\nAGPrefs installed to '@default-dest'\n')
-
- (exit 'I hope you find AmigaGuide preferences useful.\n LSK _\\\\//')
-
-
-
-
-
-
-