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

  1. #cls
  2. display \nThis script file (HDSFTADV.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:readme update-1
  28. #copy A:*.obj update-1
  29. #copy A:diskset.exe update-1
  30. #copy A:folio.nfo 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. :u5a
  60. #cls
  61. display \nInsert "UPDATE-5" into drive A
  62. pause
  63. volume UPDATE-5 A: :u5a
  64.  
  65. #md update-5
  66. #copy A:*.* update-5
  67.  
  68. display \nUPLOAD COMPLETE
  69.  
  70. rem ======================================================================
  71. rem **********************************************************************
  72.  
  73. :u1b
  74. #cls
  75. display \nInsert "GENDATA" into drive A
  76. pause
  77. volume GENDATA A: :u1b
  78.  
  79. #copy update-1\readme A:
  80.  
  81. :u1c
  82. #cls
  83. display \nInsert "LAN_DRV_001" into drive A
  84. pause
  85. volume LAN_DRV_001 A: :u1c
  86.  
  87. #copy update-1\stoken.obj A:
  88.  
  89. :u1d
  90. #cls
  91. display \nInsert "LAN_DRV_002" into drive A
  92. pause
  93. volume LAN_DRV_002 A: :u1d
  94.  
  95. #copy update-1\ane2000.obj A:
  96. #copy update-1\bne2000.obj A:
  97. #copy update-1\cne2000.obj A:
  98. #copy update-1\dne2000.obj A:
  99. #copy update-1\sne2000.obj A:
  100.  
  101. :u1e
  102. #cls
  103. display \nInsert "DSK_DRV_001" into drive A
  104. pause
  105. volume DSK_DRV_001 A: :u1e
  106.  
  107. exist A:atdisk.obj :u1f
  108. #del  A:atdisk.obj
  109. :u1f
  110.  
  111. #copy update-1\isadisk.obj A:
  112. #copy update-1\esdi.obj A:
  113. #copy update-1\scsi.obj A:
  114. #copy update-1\diskset.exe A:
  115.  
  116. :u1g
  117. #cls
  118. display \nInsert "PROGRAMS-1" into drive A
  119. pause
  120. volume PROGRAMS-1 A: :u1g
  121.  
  122. #copy update-1\folio.nfo A:
  123.  
  124. rem ======================================================================
  125. rem **********************************************************************
  126.  
  127. :u2b
  128. #cls
  129. display \nInsert "NETGEN" into drive A
  130. pause
  131. volume NETGEN A: :u2b
  132.  
  133. #copy update-2\ninstall.exe A:
  134.  
  135. :u2c
  136. #cls
  137. display \nInsert "SUPPORT" into drive A
  138. pause
  139. volume SUPPORT A: :u2c
  140.  
  141. #copy update-2\nconfig.dat A:
  142. #copy update-2\nconfig.hlp A:
  143. #copy update-2\subsys.sys A:
  144.  
  145. :u2d
  146. #cls
  147. display \nInsert "UTILOBJ-1" into drive A
  148. pause
  149. volume UTILOBJ-1 A: :u2d
  150.  
  151. #copy update-2\compsurf.obj A:
  152.  
  153. rem ======================================================================
  154. rem **********************************************************************
  155.  
  156. :u3b
  157. #cls
  158. display \nInsert "BRGEN-1" into drive A
  159. pause
  160. volume BRGEN-1 A: :u3b
  161.  
  162. #copy update-3\bconfig.exe A:
  163. #copy update-3\bconfig.hlp A:
  164. #copy update-3\subsys.sys A:
  165. #copy update-3\ne2000.lan A:
  166.  
  167. :u3c
  168. #cls
  169. display \nInsert "BRGEN-2" into drive A
  170. pause
  171. volume BRGEN-2 A: :u3c
  172.  
  173. #copy update-3\bridge.obj A:
  174.  
  175. rem ======================================================================
  176. rem **********************************************************************
  177.  
  178. :u4b
  179. #cls
  180. display \nInsert "BRGEN-3" into drive A
  181. pause
  182. volume BRGEN-3 A: :u4b
  183.  
  184. #copy update-4\ndbridge.obj A:
  185.  
  186. :u4c
  187. #cls
  188. display \nInsert "SYSTEM" into drive A
  189. pause
  190. volume SYSTEM A: :u4c
  191.  
  192. #copy update-4\login.exe A:
  193.  
  194. :u4d
  195. #cls
  196. display \nInsert "SHGEN-1" into drive A
  197. pause
  198. volume SHGEN-1 A: :u4d
  199.  
  200. #copy update-4\shconfig.exe A:
  201. #copy update-4\stoken.lan A:
  202. #copy update-4\sne2000.lan A:
  203.  
  204. rem ======================================================================
  205. rem **********************************************************************
  206.  
  207. :u5b
  208. #cls
  209. display \nInsert "SHGEN-2" into drive A
  210. pause
  211. volume SHGEN-2 A: :u5b
  212.  
  213. #copy update-5\ipx.obj A:
  214. #copy update-5\net2.com A:
  215. #copy update-5\net3.com A:
  216. #copy update-5\net4.com A:
  217. #copy update-5\netbios.exe A:
  218.  
  219. :u5c
  220. #cls
  221. display \nInsert "AUXGEN" into drive A
  222. pause
  223. volume AUXGEN A: :u5c
  224.  
  225. exist A:atdisk.dsk :u5d
  226. #del  A:atdisk.dsk
  227. :u5d
  228.  
  229. #copy update-5\isadisk.dsk A:
  230. #copy update-5\esdi.dsk A:
  231. #copy update-5\scsi.dsk A:
  232. #copy update-5\ne2000.lan A:
  233. #copy update-5\nconfig.exe A:
  234.  
  235. display \nCOPY COMPLETE, CLEANING UP...
  236.  
  237. rem ======================================================================
  238. rem **********************************************************************
  239.  
  240. #del update-1\readme
  241. #del update-1\stoken.obj
  242. #del update-1\ane2000.obj
  243. #del update-1\bne2000.obj
  244. #del update-1\cne2000.obj
  245. #del update-1\dne2000.obj
  246. #del update-1\sne2000.obj
  247. #del update-1\isadisk.obj
  248. #del update-1\esdi.obj
  249. #del update-1\scsi.obj
  250. #del update-1\diskset.exe
  251. #del update-1\folio.nfo
  252. #rd update-1
  253.  
  254. #del update-2\ninstall.exe
  255. #del update-2\nconfig.dat
  256. #del update-2\nconfig.hlp
  257. #del update-2\subsys.sys
  258. #del update-2\compsurf.obj
  259. #rd update-2
  260.  
  261. #del update-3\bconfig.exe
  262. #del update-3\bconfig.hlp
  263. #del update-3\subsys.sys
  264. #del update-3\ne2000.lan
  265. #del update-3\bridge.obj
  266. #rd update-3
  267.  
  268. #del update-4\ndbridge.obj
  269. #del update-4\login.exe
  270. #del update-4\shconfig.exe
  271. #del update-4\stoken.lan
  272. #del update-4\sne2000.lan
  273. #rd update-4
  274.  
  275. #del update-5\ipx.obj
  276. #del update-5\net2.com
  277. #del update-5\net3.com
  278. #del update-5\net4.com
  279. #del update-5\netbios.exe
  280. #del update-5\isadisk.dsk
  281. #del update-5\esdi.dsk
  282. #del update-5\scsi.dsk
  283. #del update-5\ne2000.lan
  284. #del update-5\nconfig.exe
  285. #rd update-5
  286.  
  287. #cd ..
  288. #rd update
  289.  
  290. rem ======================================================================
  291. rem **********************************************************************
  292.  
  293. goto :complete
  294.  
  295. :bad_drive
  296. display \nThe specified drive does not exist.
  297. goto :end
  298.  
  299. :complete
  300. display YOU ARE FINISHED!!!
  301.  
  302. :end
  303.  
  304.