home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
fish
/
disks
/
d1104.lha
/
Programs
/
BorderSprites
/
InstallBS
< prev
next >
Wrap
Text File
|
1995-07-16
|
369b
|
13 lines
Echo "This installation script will copy the BorderSprites program to your"
Echo "C: directory and add the program to the User-Startup, so that it"
Echo "will be runned at boottime."
Echo
Ask "Do you want to continue (y/N)"
If Warn
Copy BorderSprites C:
echo >>S:User-Startup "BorderSprites"
Echo "Installation complete!"
Else
Echo "Installation aborted"
EndIf