home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / ps110.exe / HDE525.ARC / HDELS2.525 next >
Text File  |  1990-02-23  |  5KB  |  224 lines

  1. #cls
  2. display \nThis script file (HDELS2.525) is designed to upload the UPDATE diskettes to
  3. display \nthe path C:\UPDATE, used as temporary work space, and then prompt you for your
  4. display \nworking diskettes for download.  If you do not have a local hard disk, you can
  5. display \neither map drive C: as a network drive, create a VDISK, or use a text editor
  6. display \nand change the "C:" at the two change locations in this script file to some
  7. display \nother drive letter.\n
  8. display \nDo you wish to continue?
  9. confirm :end
  10.  
  11. rem *** CHANGE LOCATION ONE ***
  12. exist C:\*.* :bad_drive
  13.  
  14. rem *** CHANGE LOCATION TWO ***
  15. #C:
  16. #cd\
  17. #md update
  18. #cd update
  19.  
  20. :u1a
  21. #cls
  22. display \nInsert "UPDATE-1" into drive A
  23. pause
  24. volume UPDATE-1 A: :u1a
  25.  
  26. #md update-1
  27. #copy A:ne2000.lan update-1
  28. #copy A:nconfig.exe update-1
  29. #copy A:login.exe update-1
  30. #copy A:compsurf.exe update-1
  31.  
  32. :u2a
  33. #cls
  34. display \nInsert "UPDATE-2" into drive A
  35. pause
  36. volume UPDATE-2 A: :u2a
  37.  
  38. #md update-2
  39. #copy A:*.* update-2
  40.  
  41. :u3a
  42. #cls
  43. display \nInsert "UPDATE-3" into drive A
  44. pause
  45. volume UPDATE-3 A: :u3a
  46.  
  47. #md update-3
  48. #copy A:*.* update-3
  49.  
  50. :u4a
  51. #cls
  52. display \nInsert "UPDATE-4" into drive A
  53. pause
  54. volume UPDATE-4 A: :u4a
  55.  
  56. #md update-4
  57. #copy A:*.* update-4
  58.  
  59. display \nUPLOAD COMPLETE
  60.  
  61. rem ======================================================================
  62. rem **********************************************************************
  63.  
  64. :u1a
  65. #cls
  66. display \nInsert "AUXGEN" into drive A
  67. pause
  68. volume AUXGEN A: :u1a
  69.  
  70. #copy update-1\ne2000.lan A:
  71. #copy update-1\nconfig.exe A:
  72.  
  73. :u1b
  74. #cls
  75. display \nInsert "SYSTEM" into drive A
  76. pause
  77. volume SYSTEM A: :u1b
  78.  
  79. #copy update-1\login.exe A:
  80.  
  81. :u1c
  82. #cls
  83. display \nInsert "UTIL-1" into drive A
  84. pause
  85. volume UTIL-1 A: :u1c
  86.  
  87. #copy update-1\compsurf.exe A:
  88.  
  89. rem ======================================================================
  90. rem **********************************************************************
  91.  
  92. :u2a
  93. #cls
  94. display \nInsert "UTIL-2" into drive A
  95. pause
  96. volume UTIL-2 A: :u2a
  97.  
  98. #copy update-2\disked.exe A:
  99. #copy update-2\vrepair.exe A:
  100.  
  101. :u2b
  102. #cls
  103. display \nInsert "PROGRAMS-1" into drive A
  104. pause
  105. volume PROGRAMS-1 A: :u2b
  106.  
  107. #copy update-2\folio.nfo A:
  108.  
  109. rem ======================================================================
  110. rem **********************************************************************
  111.  
  112. :u3a
  113. #cls
  114. display \nInsert "LAN_DRV_ELS" into drive A
  115. pause
  116. volume LAN_DRV_ELS A: :u3a
  117.  
  118. #copy update-3\stoken.obj A:
  119. #copy update-3\ane2000.obj A:
  120. #copy update-3\sne2000.obj A:
  121.  
  122. :u3b
  123. #cls
  124. display \nInsert "GENDATA" into drive A
  125. pause
  126. volume GENDATA A: :u3b
  127.  
  128. #copy update-3\readme A:
  129.  
  130. :u3c
  131. #cls
  132. display \nInsert "ELSGEN" into drive A
  133. pause
  134. volume ELSGEN A: :u3c
  135.  
  136. #copy update-3\ninstall.exe A:
  137. #copy update-3\instovl.exe A:
  138.  
  139. :u3d
  140. #cls
  141. display \nInsert "SUPPORT" into drive A
  142. pause
  143. volume SUPPORT A: :u3d
  144.  
  145. #copy update-3\nconfig.hlp A:
  146.  
  147. rem ======================================================================
  148. rem **********************************************************************
  149.  
  150. :u4a
  151. #cls
  152. display \nInsert "SHGEN-1" into drive A
  153. pause
  154. volume SHGEN-1 A: :u4a
  155.  
  156. #copy update-4\shconfig.exe A:
  157. #copy update-4\stoken.lan A:
  158. #copy update-4\sne2000.lan A:
  159.  
  160. :u4b
  161. #cls
  162. display \nInsert "SHGEN-2" into drive A
  163. pause
  164. volume SHGEN-2 A: :u4b
  165.  
  166. #copy update-4\ipx.obj A:
  167. #copy update-4\net2.com A:
  168. #copy update-4\net3.com A:
  169. #copy update-4\net4.com A:
  170. #copy update-4\netbios.exe A:
  171.  
  172. display \nCOPY COMPLETE, CLEANING UP...
  173.  
  174. rem ======================================================================
  175. rem **********************************************************************
  176.  
  177. #del update-1\ne2000.lan
  178. #del update-1\nconfig.exe
  179. #del update-1\login.exe
  180. #del update-1\compsurf.exe
  181. #rd update-1
  182.  
  183. #del update-2\disked.exe
  184. #del update-2\vrepair.exe
  185. #del update-2\folio.nfo
  186. #rd update-2
  187.  
  188. #del update-3\stoken.obj
  189. #del update-3\ane2000.obj
  190. #del update-3\sne2000.obj
  191. #del update-3\readme
  192. #del update-3\ninstall.exe
  193. #del update-3\instovl.exe
  194. #del update-3\nconfig.hlp
  195. #rd update-3
  196.  
  197. #del update-4\shconfig.exe
  198. #del update-4\stoken.lan
  199. #del update-4\sne2000.lan
  200. #del update-4\ipx.obj
  201. #del update-4\net2.com
  202. #del update-4\net3.com
  203. #del update-4\net4.com
  204. #del update-4\netbios.exe
  205. #rd update-4
  206.  
  207. #cd ..
  208. #rd update
  209.  
  210. rem ======================================================================
  211. rem **********************************************************************
  212.  
  213. goto :complete
  214.  
  215. :bad_drive
  216. display \nThe specified drive does not exist.
  217. goto :end
  218.  
  219. :complete
  220. display YOU ARE FINISHED!!!
  221.  
  222. :end
  223.  
  224.