home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / ps110.exe / HDS35.ARC / HDSFTADV.35 < prev   
Text File  |  1990-02-23  |  6KB  |  255 lines

  1. #cls
  2. display \nThis script file (HDSFTADV.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:readme update-1
  28. #copy A:*.obj update-1
  29. #copy A:diskset.exe update-1
  30. #copy A:folio.nfo update-1
  31. #copy A:ninstall.exe update-1
  32. #copy A:nconfig.dat update-1
  33. #copy A:nconfig.hlp update-1
  34.  
  35. :u2a
  36. #cls
  37. display \nInsert "UPDATE-2" into drive A
  38. pause
  39. volume UPDATE-2 A: :u2a
  40.  
  41. #md update-2
  42. #copy A:*.* update-2
  43.  
  44. :u3a
  45. #cls
  46. display \nInsert "UPDATE-3" into drive A
  47. pause
  48. volume UPDATE-3 A: :u3a
  49.  
  50. #md update-3
  51. #copy A:*.* update-3
  52.  
  53. display \nUPLOAD COMPLETE
  54.  
  55. rem ======================================================================
  56. rem **********************************************************************
  57.  
  58. :u1b
  59. #cls
  60. display \nInsert "GENDATA" into drive A
  61. pause
  62. volume GENDATA A: :u1b
  63.  
  64. #copy update-1\readme A:
  65.  
  66. :u1c
  67. #cls
  68. display \nInsert "LAN_DRV_001" into drive A
  69. pause
  70. volume LAN_DRV_001 A: :u1c
  71.  
  72. #copy update-1\stoken.obj A:
  73.  
  74. :u1d
  75. #cls
  76. display \nInsert "LAN_DRV_002" into drive A
  77. pause
  78. volume LAN_DRV_002 A: :u1d
  79.  
  80. #copy update-1\ane2000.obj A:
  81. #copy update-1\bne2000.obj A:
  82. #copy update-1\cne2000.obj A:
  83. #copy update-1\dne2000.obj A:
  84. #copy update-1\sne2000.obj A:
  85.  
  86. :u1e
  87. #cls
  88. display \nInsert "DSK_DRV_001" into drive A
  89. pause
  90. volume DSK_DRV_001 A: :u1e
  91.  
  92. exist A:atdisk.obj :u1f
  93. #del  A:atdisk.obj
  94. :u1f
  95.  
  96. #copy update-1\isadisk.obj A:
  97. #copy update-1\esdi.obj A:
  98. #copy update-1\scsi.obj A:
  99. #copy update-1\diskset.exe A:
  100.  
  101. :u1g
  102. #cls
  103. display \nInsert "PROGRAMS-1" into drive A
  104. pause
  105. volume PROGRAMS-1 A: :u1g
  106.  
  107. #copy update-1\folio.nfo A:
  108.  
  109. :u1h
  110. #cls
  111. display \nInsert "NETGEN" into drive A
  112. pause
  113. volume NETGEN A: :u1h
  114.  
  115. #copy update-1\ninstall.exe A:
  116. #copy update-1\nconfig.dat A:
  117. #copy update-1\nconfig.hlp A:
  118. #copy update-1\subsys.sys A:
  119.  
  120. :u1i
  121. #cls
  122. display \nInsert "UTILOBJ" into drive A
  123. pause
  124. volume UTILOBJ A: :u1i
  125.  
  126. #copy update-1\compsurf.obj A:
  127.  
  128. rem ======================================================================
  129. rem **********************************************************************
  130.  
  131. :u2b
  132. #cls
  133. display \nInsert "SYSTEM" into drive A
  134. pause
  135. volume SYSTEM A: :u2b
  136.  
  137. #copy update-2\login.exe A:
  138.  
  139. :u2c
  140. #cls
  141. display \nInsert "SHGEN-1" into drive A
  142. pause
  143. volume SHGEN-1 A: :u2c
  144.  
  145. #copy update-2\shconfig.exe A:
  146. #copy update-2\stoken.lan A:
  147. #copy update-2\sne2000.lan A:
  148. #copy update-2\ipx.obj A:
  149. #copy update-2\net2.com A:
  150. #copy update-2\net3.com A:
  151. #copy update-2\net4.com A:
  152. #copy update-2\netbios.exe A:
  153.  
  154. :u2d
  155. #cls
  156. display \nInsert "AUXGEN" into drive A
  157. pause
  158. volume AUXGEN A: :u2d
  159.  
  160. exist A:atdisk.dsk :u5d
  161. #del  A:atdisk.dsk
  162. :u5d
  163.  
  164. #copy update-2\isadisk.dsk A:
  165. #copy update-2\esdi.dsk A:
  166. #copy update-2\scsi.dsk A:
  167. #copy update-2\ne2000.lan A:
  168. #copy update-2\nconfig.exe A:
  169.  
  170. rem ======================================================================
  171. rem **********************************************************************
  172.  
  173. :u3b
  174. #cls
  175. display \nInsert "BRGEN-1" into drive A
  176. pause
  177. volume BRGEN-1 A: :u3b
  178.  
  179. #copy update-3\bconfig.exe A:
  180. #copy update-3\bconfig.hlp A:
  181. #copy update-3\subsys.sys A:
  182. #copy update-3\ne2000.lan A:
  183.  
  184. :u3c
  185. #cls
  186. display \nInsert "BRGEN-2" into drive A
  187. pause
  188. volume BRGEN-2 A: :u3c
  189.  
  190. #copy update-3\bridge.obj A:
  191. #copy update-3\ndbridge.obj A:
  192.  
  193. display \nCOPY COMPLETE, CLEANING UP...
  194.  
  195. rem ======================================================================
  196. rem **********************************************************************
  197.  
  198. #del update-1\readme
  199. #del update-1\stoken.obj
  200. #del update-1\ane2000.obj
  201. #del update-1\bne2000.obj
  202. #del update-1\cne2000.obj
  203. #del update-1\dne2000.obj
  204. #del update-1\sne2000.obj
  205. #del update-1\isadisk.obj
  206. #del update-1\esdi.obj
  207. #del update-1\scsi.obj
  208. #del update-1\diskset.exe
  209. #del update-1\folio.nfo
  210. #del update-1\ninstall.exe
  211. #del update-1\nconfig.dat
  212. #del update-1\nconfig.hlp
  213. #del update-1\subsys.sys
  214. #del update-1\compsurf.obj
  215. #rd update-1
  216.  
  217. #del update-2\login.exe
  218. #del update-2\shconfig.exe
  219. #del update-2\stoken.lan
  220. #del update-2\sne2000.lan
  221. #del update-2\ipx.obj
  222. #del update-2\net2.com
  223. #del update-2\net3.com
  224. #del update-2\net4.com
  225. #del update-2\netbios.exe
  226. #del update-2\isadisk.dsk
  227. #del update-2\esdi.dsk
  228. #del update-2\scsi.dsk
  229. #del update-2\ne2000.lan
  230. #del update-2\nconfig.exe
  231. #rd update-2
  232.  
  233. #del update-3\bconfig.exe
  234. #del update-3\bconfig.hlp
  235. #del update-3\subsys.sys
  236. #del update-3\ne2000.lan
  237. #del update-3\bridge.obj
  238. #del update-3\ndbridge.obj
  239. #rd update-3
  240.  
  241. rem ======================================================================
  242. rem **********************************************************************
  243.  
  244. goto :complete
  245.  
  246. :bad_drive
  247. display \nThe specified drive does not exist.
  248. goto :end
  249.  
  250. :complete
  251. display YOU ARE FINISHED!!!
  252.  
  253. :end
  254.  
  255.