home *** CD-ROM | disk | FTP | other *** search
- .key trgt
- .def trgt sys:
- ;
- echo "This script file installs DGplot and the support files"
- echo "on to your WorkBench disk. This could take up to 69K of disk space."
- echo "Make sure you are using a COPY of your WorkBench disk!!!."
- ask "Continue Y/N ?" "Y" "N"
- ;
- IF WARN
- ;
- IF EXISTS LIBS:arp.library
- echo "arp.library is already there."
- ELSE
- echo "copying arp.library to LIBS:"
- copy arp.library libs:
- ENDIF
- ;
- IF EXISTS S:FastLib
- echo "FastLib is already there."
- ELSE
- echo "copying FastLib to S:"
- copy FastLib S:
- ENDIF
- ;
- echo "copying this version of DGplot to C:"
- copy DGplot C:
- ;
- echo " "
- echo "Make sure to delete any old copies of DGplot that you put"
- echo "somewhere besides your C: directory."
- echo " "
- echo "Remember, you must still put the appropriate printer driver"
- echo "in your S: directory, and rename it `DGprinter', or you may"
- echo "use the `-P PrinterDriver' command line option."
- echo " "
- echo "Finished installing DGplot and support files."
- wait 15
- ;
- ELSE
- ;
- echo "Aborting DGplot installation"
- ;
- ENDIF
-