home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1104.lha / Programs / BorderSprites / InstallBS < prev    next >
Text File  |  1995-07-16  |  369b  |  13 lines

  1. Echo "This installation script will copy the BorderSprites program to your"
  2. Echo "C: directory and add the program to the User-Startup, so that it"
  3. Echo "will be runned at boottime."
  4. Echo
  5. Ask "Do you want to continue (y/N)"
  6. If Warn
  7.   Copy BorderSprites C:
  8.   echo >>S:User-Startup "BorderSprites"
  9.   Echo "Installation complete!"
  10. Else
  11.   Echo "Installation aborted"
  12. EndIf
  13.