home *** CD-ROM | disk | FTP | other *** search
- .key drive
- .bra {
- .ket }
- .def drive DH0: ;Edit here if you don't have DH0:
-
-
- ;+----------------------------------------------------------+
- ;| Complex Computers 1991 - Installation Script. 07-Sept-91 |
- ;+----------------------------------------------------------+
-
-
- echo "*n*E[32mGBRoutePlus*E[0m Installation Utility*n"
- assign >NIL: {drive} exists
- if warn
- echo "*nSorry,device {drive} cannot be found."
- echo "Installation terminated."
- wait 5
- endcli
- endif
-
- echo "The GBRPlus directory and files will be copied to {drive} this"
- echo "will require approximately 2OOK bytes free."
-
- ask "*nAre you absolutely sure you want to do this? (Y/N) "
-
- if warn
- if exists {drive}GBRPlus
- echo "*nSorry {drive}GBRPlus directory already exists,GBRoutePlus may"
- echo "already be installed."
- echo "*nInstallation terminated."
- wait 5
- endcli
- endif
-
- makedir {drive}GBRPlus
-
- copy GBRoutePlus:GBR1+.dat to {drive}GBRPlus/ ;Data file
- copy GBRoutePlus:GBR2+.dat to {drive}GBRPlus/ ;Data file
- copy GBRoutePlus:GBRoutePlus to {drive}GBRPlus/ ;Main Program
- copy GBRoutePlus:GBRoutePlus.info to {drive}GBRPlus/ ;Main Program Icon
- copy GBRoutePlus:Icon/GBRPlus.info to {drive} ;Directory Icon
-
- echo "*nGBRoutePlus has been installed sucessfully on {drive}"
- wait 5
- else
-
- echo "*nInstallation terminated."
-
- endif
-