home *** CD-ROM | disk | FTP | other *** search
- .key dummy
-
- ;+----------------------------------------------------------+
- ;| Complex Computers 1991 - Installation Script. 07-Sept-91 |
- ;+----------------------------------------------------------+
-
-
- echo "*n*E[32mGBRPlusEdit*E[0m Installation Utility*n"
-
- echo "To make room on the GBRoutePlus disk the GBRPlusEdit demo will"
- echo "be deleted,the GBRPlusEdit files will be copied to the GBRoutePlus disk."
- echo "It is advisable to use a backup copy of GBRoutePlus."
-
- ask "*nAre you absolutely sure you want to do this? (Y/N) "
-
- if warn
- delete GBRoutePlus:slides all
- delete GBRoutePlus:GBRPlusEditDEMO
- delete GBRoutePlus:GBRPlusEditDEMO.info
- copy GBRPlusEdit:GBRPlusEdit to GBRoutePlus:
- copy GBRPlusEdit:GBRPlusEdit.info to GBRoutePlus:
- copy GBRPlusEdit:GBR1+.dat to GBRoutePlus:
- copy GBRPlusEdit:GBR2+.dat to GBRoutePlus:
-
- echo "*nGBRPlusEdit has been installed sucessfully."
-
- else
-
- echo "*nInstallation terminated."
-
- endif
-