home *** CD-ROM | disk | FTP | other *** search
- .k hdisk
- IF "<hdisk>" EQ ""
- execute libinst 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 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 Demo files..."
- copy Plot_1:Demo/#? <hdisk>plot all quiet clone
- echo " "
- echo "Creating *e[33minclude:plot*e[0m directory"
- if not exists include:plot
- makedir include:plot
- endif
- echo " "
- echo "copying include files..."
- copy Plot_1:Header/#? include:plot all quiet
- 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 "copying library files..."
- copy Plot_2:lib/#? lib: all quiet clone
- echo " "
- echo "creating *e[33mexamples*e[0m directories"
- makedir <hdisk>plot/examples
- echo "copying examples..."
- copy Plot_2:examples/#? <hdisk>plot/examples all quiet clone
- echo " "
- echo "copying Data files Part II ..."
- copy Plot_2:Datas/#? <hdisk>plot/Datas all quiet clone
- echo " "
- echo "Plotlib install executed"
-