home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / LATTIC_2.LZH / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-06-28  |  3KB  |  83 lines

  1. ECHO OFF
  2. MKDIR I:\LC\
  3. MKDIR I:\LC\BIN\
  4. MKDIR I:\LC\H\
  5. MKDIR I:\LC\H\sys\
  6. MKDIR I:\LC\HEADERS\
  7. MKDIR I:\LC\HEADERS\SYS\
  8. MKDIR I:\LC\LIB\
  9. MKDIR I:\LC\EXAMPLES\
  10. MKDIR I:\LC\SRC\
  11. MKDIR I:\LC\LESSONS\
  12. MKDIR I:\LC\BIN\
  13. MKDIR I:\LC\LIB\
  14. MKDIR I:\LC\BIN\
  15. MKDIR I:\LC\EXAMPLES\
  16. DISKNAME A: LC5DISK2 Lattice C Disk 2
  17. COPY A:\bin\*.* I:\LC\BIN\
  18. DISKNAME A: LC5DISK1 Lattice C Disk 1
  19. COPY A:\bin\*.prg I:\LC\BIN\
  20. COPY A:\bin\*.ttp I:\LC\BIN\
  21. COPY A:\bin\*.inf I:\LC\BIN\
  22. COPY A:\CHECKST.PRG I:\LC\BIN\
  23. COPY A:\READ.ME I:\LC\
  24. COPY A:\BIN\lc1.lc I:\LC\BIN\LC1.LC
  25. COPY A:\lib\*.* I:\LC\LIB\
  26. COPY A:\h\*.* I:\LC\H\
  27. COPY A:\h\sys\*.* I:\LC\H\sys\
  28. DISKNAME A: LC5DISK3 Lattice C Disk 3
  29. COPY A:\examples\*.* I:\LC\EXAMPLES\
  30. COPY A:\lessons\*.* I:\LC\LESSONS\
  31. COPY A:\wr*.* I:\LC\LESSONS\
  32. COPY A:\src\*.* I:\LC\SRC\
  33. COPY A:\headers\*.* I:\LC\HEADERS\
  34. COPY A:\headers\sys\*.* I:\LC\HEADERS\SYS\
  35. COPY A:\wercs\*.* I:\LC\BIN\
  36. COPY A:\wtest\*.* I:\LC\EXAMPLES\
  37. COPY A:\lib\hc.* I:\LC\LIB\
  38. DISKNAME A: LC5DISK4 Lattice C Disk 4
  39. COPY A:\lib\*.* I:\LC\LIB\
  40. DISKNAME A: LC5DISK5 Lattice C Disk 5
  41. COPY A:\lib\*.* I:\LC\LIB\
  42. DISKNAME A: LC5DISK6 Lattice C Disk 6
  43. COPY A:\bin\*.* I:\LC\BIN\
  44. I:
  45. CD I:\LC\LIB\
  46. a:\lib\cbin.tos
  47. COPY A:\lib\*.bin I:\LC\LIB\
  48. a:\lib\lcnbbin.tos
  49. a:\lib\lcbin.tos
  50. DISKNAME A: LC5DISK7 Lattice C Disk 7
  51. a:\lib\caccbin.tos
  52. a:\lib\cautbin.tos
  53. COPY A:\lib\*.bin I:\LC\LIB\
  54. a:\lib\lcmnbbin.tos
  55. a:\lib\lcgnbbin.tos
  56. a:\lib\lcmbin.tos
  57. a:\lib\lcgbin.tos
  58. ECHO 
  59. ECHO This program deliberately does not copy any programs into the AUTO folder on
  60. ECHO your hard disk as you may already have the appropriate tools.
  61. ECHO 
  62. ECHO The ramdisk mentioned in the Installation Guide is on Disk 3 as
  63. ECHO RAMINST\HRAM150K.PRG. If you aren't already using a ramdisk then you will
  64. ECHO probably want to copy this to your AUTO folder.
  65. ECHO 
  66. ECHO If you don't already use an improved file selector (especially if you have
  67. ECHO 1.0 or 1.2 ROMs) then we recommend copying the HiSoft File Selector from
  68. ECHO Disk 2 (FSEL\HFSEL.PRG) to your AUTO folder. See FSEL\HFSEL.TXT from disk 2.
  69. ECHO 
  70. ECHO You will need to set up the Environment variables so that the Lattice
  71. ECHO programs can find the files that you have installed. Setting the
  72. ECHO environment variables from the editor is discussed on page 47 of Volume 1;
  73. ECHO the variables themselves are described on page 52.
  74. ECHO 
  75. ECHO This is version 5.06.02 of Lattice C. Please quote this and the output from
  76. ECHO CHECKST.PRG on disk 1 should you need to contact us for technical support.
  77. ECHO 
  78. ECHO One last thing, please ensure that you have read the READ.ME file from disk 1.
  79. ECHO 
  80. ECHO Installation complete
  81. ECHO Press any key to continue
  82. PAUSE
  83.