home *** CD-ROM | disk | FTP | other *** search
- ; Bush install script for CBM Installer
- ;$VER: Bush_install 1.0
- ;$AUTHOR: Lee Kindness
-
- (set name
- (askdir
- (prompt 'Where will Bush be copied to?')
- (help 'This is where you want Bush to be located.\n\n'@askdir-help)
- (default 'C:')
- )
- )
-
- (set @default-dest name)
-
- (copyfiles
- (help @copyfiles-help)
- (source 'Bush')
- (dest name)
- )
-
- (transcript '\nBush installed to '@default-dest'\n')
-
- (exit 'I hope you find Bush useful.\n LSK _\\\\//')
-
-
-
-
-
-
-