home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
fish
/
disks
/
d1057.lha
/
Programs
/
Publican
/
Install_Publican
< prev
next >
Wrap
Text File
|
1992-09-02
|
481b
|
30 lines
; Publican install script for CBM Installer
;$VER: Publican_install 1.0
;$AUTHOR: Lee Kindness
(set name
(askdir
(prompt 'Where will Publican be copied to?')
(help 'This is where you want Publican to be located.\n\n'@askdir-help)
(default 'C:')
)
)
(set @default-dest name)
(copyfiles
(help @copyfiles-help)
(source 'Publican')
(dest name)
)
(transcript '\nPublican installed to '@default-dest'\n')
(exit 'I hope you find Publican useful.\n LSK _\\\\//')