home *** CD-ROM | disk | FTP | other *** search
- .k hdisk
- IF "<hdisk>" EQ ""
- execute prginst dh0:
- quit
- ENDIF
- copy c:echo ram:echo
- echo "*e[33mPlotlibrary*e[0m Hard Disk Installation"
- echo " "
- echo "This procedure transfers the following file sets to <hdisk>*e[33m"
- echo " executable files headers"
- echo " run-time libraries source files"
- echo " examples"
- echo "*e[0m "
- IF EXISTS <hdisk>plot
- echo "*e[33mlc*e[0m directory already exists on <hdisk>"
- echo "To avoid confusion, please rename or delete *e[33m<hdisk>Plot*e[0m"
- quit
- ENDIF
- echo "Please insert *e[33mPlot_1*e[0m in any drive"
- IF EXISTS Plot_1:
- ENDIF
- echo " "
- echo "creating *e[33mPlot*e[0m directory on <hdisk>"
- makedir <hdisk>Plot
- echo " "
- echo "copying Plot Test files..."
- copy Plot_1:Plot/#? <hdisk>plot all quiet clone
- echo " "
- echo "creating *e[33mDemo*e[0m directory on <hdisk>"
- makedir <hdisk>Plot/Demo
- echo " "
- echo "copying Plot Demo files..."
- copy Plot_1:Demo/#? <hdisk>plot/Demo all quiet clone
- echo " "
- echo "copying Source files..."
- copy Plot_1:Source/#? <hdisk>plot all quiet clone
- echo " "
- echo "copying include files..."
- copy Plot_1:Header/#? <hdisk>plot all quiet
- echo " "
- echo "copying batch files..."
- copy Plot_1:Batch/#? <hdisk>plot all quiet clone
- echo " "
- echo "creating *e[33mPlot/Datas*e[0m directory on <hdisk>"
- makedir <hdisk>Plot/datas
- echo " "
- echo "copying Data files Part I ..."
- copy Plot_1:Datas/#? <hdisk>plot/Datas all quiet clone
- echo " "
- echo "Please insert *e[33mPlot_2*e[0m in any drive"
- IF EXISTS Plot_2:
- ENDIF
- echo " "
- echo "copying library files..."
- copy Plot_2:lib/#? lib: all quiet clone
- echo " "
- echo "creating *e[33mexamples*e[0m directory"
- makedir <hdisk>plot/examples
- echo " "
- echo "copying examples..."
- copy Plot_2:examples/#? <hdisk>plot/examples all quiet clone
- echo " "
- echo "copying Data files Part II ..."
- copy Plot_1:Datas/#? <hdisk>plot/Datas all quiet clone
- echo " "
- echo "Plotlib install executed"
-