home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / libs / plotlib.lha / Plot_1.lzh / libinst < prev    next >
Encoding:
Text File  |  1990-02-13  |  1.6 KB  |  57 lines

  1. .k hdisk
  2. IF "<hdisk>" EQ ""
  3.   execute libinst dh0:
  4.   quit
  5. ENDIF
  6. copy c:echo ram:echo
  7. echo "*e[33mPlotlibrary*e[0m Hard Disk Installation"
  8. echo " "
  9. echo "This procedure transfers the following file sets to <hdisk>*e[33m"
  10. echo "   executable files       headers"
  11. echo "   run-time libraries     examples"
  12. echo "*e[0m "
  13. IF EXISTS <hdisk>plot
  14.   echo "*e[33mlc*e[0m directory already exists on <hdisk>"
  15.   echo "To avoid confusion, please rename or delete *e[33m<hdisk>Plot*e[0m"
  16.   quit
  17. ENDIF
  18. echo "Please insert *e[33mPlot_1*e[0m in any drive"
  19. IF EXISTS Plot_1:
  20. ENDIF
  21. echo " "
  22. echo "creating *e[33mPlot*e[0m directory on <hdisk>"
  23. makedir <hdisk>Plot
  24. echo " "
  25. echo "copying Plot Demo files..."
  26. copy Plot_1:Demo/#? <hdisk>plot all quiet clone
  27. echo " "
  28. echo "Creating *e[33minclude:plot*e[0m directory"
  29. if not exists include:plot
  30.     makedir include:plot
  31. endif
  32. echo " "
  33. echo "copying include files..."
  34. copy Plot_1:Header/#? include:plot  all quiet
  35. echo " "
  36. echo "creating *e[33mPlot/Datas*e[0m directory on <hdisk>"
  37. makedir <hdisk>Plot/datas
  38. echo " "
  39. echo "copying Data files Part I ..."
  40. copy Plot_1:Datas/#? <hdisk>plot/Datas all quiet clone
  41. echo " "
  42. echo "Please insert *e[33mPlot_2*e[0m in any drive"
  43. IF EXISTS Plot_2:
  44. ENDIF
  45. echo "copying library files..."
  46. copy Plot_2:lib/#? lib: all quiet clone
  47. echo " "
  48. echo "creating *e[33mexamples*e[0m directories"
  49. makedir <hdisk>plot/examples
  50. echo "copying examples..."
  51. copy Plot_2:examples/#? <hdisk>plot/examples all quiet clone
  52. echo " "
  53. echo "copying Data files Part II ..."
  54. copy Plot_2:Datas/#? <hdisk>plot/Datas all quiet clone
  55. echo " "
  56. echo "Plotlib install executed"
  57.