home *** CD-ROM | disk | FTP | other *** search
/ MS DOS Archives 1 / MS-DOS_Archives_Volume_One_Walnut_Creek.iso / msdos / graphics / kd_draw3.arc / INSTALL.BAT < prev    next >
DOS Batch File  |  1987-09-30  |  3KB  |  88 lines

  1. echo off
  2. if %1:==: goto help
  3. if %1==$$$ goto install
  4. if %1:==b: goto floppy
  5. if %1:==B: goto floppy
  6. if %1:==a: goto floppy
  7. if %1:==A: goto floppy
  8. ECHO ╓───────────────────────────────────────────────────────────────────────╖
  9. echo ║ PC-KEY-DRAW is about to be installed on your hard disk in %1:\KEYDRAW  ║
  10. ECHO ║───────────────────────────────────────────────────────────────────────║
  11. ECHO ║ The program disk should now be in drive A: to start the process.      ║
  12. ECHO ║ You will be prompted to insert the library disks in drive A:          ║
  13. ECHO ╙───────────────────────────────────────────────────────────────────────╜
  14. pause
  15. md %1:\keydraw
  16. cd %1:\keydraw
  17. copy *.* %1:
  18. %1:
  19. md \keydraw\library1
  20. %0 $$$
  21. :install
  22. cls
  23. ECHO Copying of program disk is complete
  24. ECHO Insert library disk #1 into drive A:  (L-1)
  25. ECHO You must use DOS 3.* and SUBST to run
  26. ECHO SCNSHOW from a subdirectory.
  27. PAUSE
  28. cd \keydraw\library1
  29. copy a:*.*
  30. cd \keydraw
  31. cls
  32. ECHO Copying of Library #1 is complete
  33. ECHO Insert library disk #2 into drive A:  (L-2)
  34. PAUSE
  35. copy a:kd*.*
  36. copy a:*.bas
  37. copy a:*.mcr
  38. copy a:*.tbl
  39. del iris*.*
  40. cd \keydraw\library1
  41. copy a:???????.pic
  42. copy a:*.scn
  43. copy a:iri*.mcr
  44. cd \keydraw
  45. cls
  46. ECHO Copying of Library #2 is complete
  47. ECHO Insert library disk #3 into drive A:  (L-3)
  48. PAUSE
  49. copy a:*.*
  50. cls
  51. ECHO Copying of Library #3 is complete
  52. ECHO Insert library disk #4 into drive A:  (L-4)
  53. PAUSE
  54. copy a:*.*
  55. cls
  56. ECHO PC-KEY-DRAW is now installed on your hard disk.
  57. ECHO PC-KEY-DRAW recognizes drive letters only.
  58. ECHO Use the SUBST command of DOS 3.* to access subdirectories.
  59. ECHO Add SUBST for each subdirectory to use for pictures or workspace
  60. ECHO  
  61. ECHO If you are hard pressed for hard disk space, a large number of files
  62. ECHO can be removed and kept on floppies.  All files in \KEYDRAW\LIBRARY1
  63. ECHO are picture libraries and not readily needed on the hard disk.
  64. ECHO Most files in \KEYDRAW are needed except for KD-USER.MNL.  You may also
  65. ECHO not need all of the supplied macro routines.
  66. PAUSE
  67. menu
  68. :floppy
  69. ECHO ┌──────────────────────────────────────────────────────────────────────┐
  70. echo │           PC-KEY-DRAW is about to be copied to drive %1:              │
  71. :skip
  72. echo │ Please make copies for friends so that they can try out PC-KEY-DRAW  │
  73. ECHO │        You must give complete, unaltered copies to friends           │
  74. ECHO │   No fee other than a small copying fee may be charged for this disk │
  75. ECHO │ ──────────────────────────────────────────────────────────────────── │
  76. echo │ You should store your original copy in a safe place and use the copy │
  77. echo │    Copy GRAPHICS.COM from your DOS disk to your working copy         │
  78. ECHO └──────────────────────────────────────────────────────────────────────┘
  79. pause
  80. copy *.* %1:
  81. menu
  82. :help
  83. ECHO ╒═════════════════════════════════════════════════════════════════════╕
  84. ECHO │  You must specify a drive letter to copy this to, such as INSTALL C │
  85. ECHO ╘═════════════════════════════════════════════════════════════════════╛
  86. PAUSE
  87. menu
  88.