home *** CD-ROM | disk | FTP | other *** search
- .key trgt
- .def trgt sys:
- ;
- echo "This script file installs the support files for SuperPlot on"
- echo "to your WorkBench disk. This could fill 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
- ;
- IF EXISTS S:SPconfig
- echo "SPconfig is already there."
- ELSE
- echo "copying SPconfig to S:"
- copy SPconfig S:
- ENDIF
- ;
- IF EXISTS S:Dfont.font
- echo "Dfont.font is already there."
- ELSE
- echo "copying Dfont.font to S:"
- copy Dfont.font S:
- ENDIF
- ;
- echo " "
- echo "Finished installing SuperPlot support files."
- wait 5
- ;
- ELSE
- ;
- echo "Aborting SuperPlot support file installation"
- ;
- ENDIF
-