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 / prginst < prev   
Encoding:
Text File  |  1990-02-13  |  1.8 KB  |  67 lines

  1. .k hdisk
  2. IF "<hdisk>" EQ ""
  3.   execute prginst 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     source files"
  12. echo "   examples"
  13. echo "*e[0m "
  14. IF EXISTS <hdisk>plot
  15.   echo "*e[33mlc*e[0m directory already exists on <hdisk>"
  16.   echo "To avoid confusion, please rename or delete *e[33m<hdisk>Plot*e[0m"
  17.   quit
  18. ENDIF
  19. echo "Please insert *e[33mPlot_1*e[0m in any drive"
  20. IF EXISTS Plot_1:
  21. ENDIF
  22. echo " "
  23. echo "creating *e[33mPlot*e[0m directory on <hdisk>"
  24. makedir <hdisk>Plot
  25. echo " "
  26. echo "copying Plot Test files..."
  27. copy Plot_1:Plot/#? <hdisk>plot all quiet clone
  28. echo " "
  29. echo "creating *e[33mDemo*e[0m directory on <hdisk>"
  30. makedir <hdisk>Plot/Demo
  31. echo " "
  32. echo "copying Plot Demo files..."
  33. copy Plot_1:Demo/#? <hdisk>plot/Demo all quiet clone
  34. echo " "
  35. echo "copying Source files..."
  36. copy Plot_1:Source/#? <hdisk>plot all quiet clone
  37. echo " "
  38. echo "copying include files..."
  39. copy Plot_1:Header/#? <hdisk>plot  all quiet
  40. echo " "
  41. echo "copying batch files..."
  42. copy Plot_1:Batch/#? <hdisk>plot all quiet clone
  43. echo " "
  44. echo "creating *e[33mPlot/Datas*e[0m directory on <hdisk>"
  45. makedir <hdisk>Plot/datas
  46. echo " "
  47. echo "copying Data files Part I ..."
  48. copy Plot_1:Datas/#? <hdisk>plot/Datas all quiet clone
  49. echo " "
  50. echo "Please insert *e[33mPlot_2*e[0m in any drive"
  51. IF EXISTS Plot_2:
  52. ENDIF
  53. echo " "
  54. echo "copying library files..."
  55. copy Plot_2:lib/#? lib: all quiet clone
  56. echo " "
  57. echo "creating *e[33mexamples*e[0m directory"
  58. makedir <hdisk>plot/examples
  59. echo " "
  60. echo "copying examples..."
  61. copy Plot_2:examples/#? <hdisk>plot/examples all quiet clone
  62. echo " "
  63. echo "copying Data files Part II ..."
  64. copy Plot_1:Datas/#? <hdisk>plot/Datas all quiet clone
  65. echo " "
  66. echo "Plotlib install executed"
  67.