home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / up215c.exe / HDE35.ARC / HDELS2.35 next >
Text File  |  1990-02-23  |  4KB  |  175 lines

  1. #cls
  2. display \nThis script file (HDELS2.35) 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:*.obj update-1
  28. #copy A:*.lan update-1
  29. #copy A:*.com update-1
  30. #copy A:nconfig.exe update-1
  31. #copy A:netbios.exe update-1
  32. #copy A:shconfig.exe update-1
  33. #copy A:login.exe update-1
  34. #copy A:folio.nfo update-1
  35.  
  36. :u2a
  37. #cls
  38. display \nInsert "UPDATE-2" into drive A
  39. pause
  40. volume UPDATE-2 A: :u2a
  41.  
  42. #md update-2
  43. #copy A:*.* update-2
  44.  
  45. display \nUPLOAD COMPLETE
  46.  
  47. rem ======================================================================
  48. rem **********************************************************************
  49.  
  50. :u1a
  51. #cls
  52. display \nInsert "LAN_DRV_ELS" into drive A
  53. pause
  54. volume LAN_DRV_ELS A: :u1a
  55.  
  56. #copy update-1\stoken.obj A:
  57. #copy update-1\ane2000.obj A:
  58. #copy update-1\sne2000.obj A:
  59.  
  60. :u1b
  61. #cls
  62. display \nInsert "SYSTEM" into drive A
  63. pause
  64. volume SYSTEM A: :u1b
  65.  
  66. #copy update-1\login.exe A:
  67.  
  68. :u1c
  69. #cls
  70. display \nInsert "SHGEN-1" into drive A
  71. pause
  72. volume SHGEN-1 A: :u1c
  73.  
  74. #copy update-1\shconfig.exe A:
  75. #copy update-1\stoken.lan A:
  76. #copy update-1\sne2000.lan A:
  77. #copy update-1\ipx.obj A:
  78. #copy update-1\net2.com A:
  79. #copy update-1\net3.com A:
  80. #copy update-1\net4.com A:
  81. #copy update-1\netbios.exe A:
  82.  
  83. :u1d
  84. #cls
  85. display \nInsert "AUXGEN" into drive A
  86. pause
  87. volume AUXGEN A: :u1d
  88.  
  89. #copy update-1\ne2000.lan A:
  90. #copy update-1\nconfig.exe A:
  91.  
  92. :u1e
  93. #cls
  94. display \nInsert "PROGRAMS-1" into drive A
  95. pause
  96. volume PROGRAMS-1 A: :u1e
  97.  
  98. #copy update-1\folio.nfo A:
  99.  
  100. rem ======================================================================
  101. rem **********************************************************************
  102.  
  103. :u2a
  104. #cls
  105. display \nInsert "GENDATA" into drive A
  106. pause
  107. volume GENDATA A: :u2a
  108.  
  109. #copy update-2\readme A:
  110.  
  111. :u2b
  112. #cls
  113. display \nInsert "ELSGEN" into drive A
  114. pause
  115. volume ELSGEN A: :u2b
  116.  
  117. #copy update-2\ninstall.exe A:
  118. #copy update-2\nconfig.hlp A:
  119. #copy update-2\instovl.exe A:
  120.  
  121. :u2c
  122. #cls
  123. display \nInsert "UTIL-1" into drive A
  124. pause
  125. volume UTIL-1 A: :u2c
  126.  
  127. #copy update-2\compsurf.exe A:
  128. #copy update-2\disked.exe A:
  129. #copy update-2\vrepair.exe A:
  130.  
  131. display \nCOPY COMPLETE, CLEANING UP...
  132.  
  133. rem ======================================================================
  134. rem **********************************************************************
  135.  
  136. #del update-1\stoken.obj
  137. #del update-1\ane2000.obj
  138. #del update-1\sne2000.obj
  139. #del update-1\stoken.lan
  140. #del update-1\sne2000.lan
  141. #del update-1\ne2000.lan
  142. #del update-1\net2.com
  143. #del update-1\net3.com
  144. #del update-1\net4.com
  145. #del update-1\nconfig.exe
  146. #del update-1\netbios.exe
  147. #del update-1\shconfig.exe
  148. #del update-1\login.exe
  149. #del update-1\folio.nfo
  150. #rd update-1
  151.  
  152. #del update-2\readme
  153. #del update-2\nconfig.hlp
  154. #del update-2\ninstall.exe
  155. #del update-2\instovl.exe
  156. #del update-2\compsurf.exe
  157. #del update-2\vrepair.exe
  158. #del update-2\disked.exe
  159. #rd update-2
  160.  
  161. rem ======================================================================
  162. rem **********************************************************************
  163.  
  164. goto :complete
  165.  
  166. :bad_drive
  167. display \nThe specified drive does not exist.
  168. goto :end
  169.  
  170. :complete
  171. display YOU ARE FINISHED!!!
  172.  
  173. :end
  174.  
  175.