home *** CD-ROM | disk | FTP | other *** search
- 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
-