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

  1. #cls
  2. display \nThis script file (ULELS2.525) is designed to upload the UPDATE diskettes to
  3. display \nthe path F:\NETWARE.  If this is not the correct path to your generation area,
  4. display \neither correctly map drive F: to \NETWARE or use a text editor and change the
  5. display \n"#cd NETWARE" location and each of the "F:\NETWARE" locations in this script
  6. display \nfile to some other drive letter and/or path.\n
  7. display \nDo you wish to continue?
  8. confirm :end
  9.  
  10. exist F:\NETWARE :bad_drive
  11.  
  12. #F:
  13. #cd \
  14. #cd NETWARE
  15.  
  16. :u1
  17. #cls
  18. display \nInsert "UPDATE-1" into drive A:
  19. pause
  20. volume UPDATE-1 A: :u1
  21.  
  22. display \nUploading to "AUXGEN" directory\n
  23. exist F:\NETWARE\AUXGEN :bad_drive
  24.  
  25. #copy a:ne2000.lan AUXGEN
  26. #copy a:nconfig.exe AUXGEN
  27.  
  28. display \nUploading to "SYSTEM" directory\n
  29. exist F:\NETWARE\SYSTEM :bad_drive
  30.  
  31. #copy a:login.exe SYSTEM
  32.  
  33. display \nUploading to "UTIL-1" directory\n
  34. exist F:\NETWARE\UTIL-1 :bad_drive
  35.  
  36. #copy a:compsurf.exe UTIL-1
  37.  
  38. rem ======================================================================
  39. rem **********************************************************************
  40.  
  41. :u2
  42. #cls
  43. display \nInsert "UPDATE-2" into drive A:
  44. pause
  45. volume UPDATE-2 A: :u2
  46.  
  47. display \nUploading to "UTIL-2" directory\n
  48. exist F:\NETWARE\UTIL-2 :bad_drive
  49.  
  50. #copy a:disked.exe UTIL-2
  51. #copy a:vrepair.exe UTIL-2
  52.  
  53. display \nUploading to "PROGRAMS-1" directory\n
  54. exist F:\NETWARE\PROGRAMS.-1 :bad_drive
  55.  
  56. #copy a:folio.nfo PROGRAMS.-1
  57.  
  58. rem ======================================================================
  59. rem **********************************************************************
  60.  
  61. :u3
  62. #cls
  63. display \nInsert "UPDATE-3" into drive A:
  64. pause
  65. volume UPDATE-3 A: :u3
  66.  
  67. display \nUploading to "LAN_DRV_ELS" directory\n
  68. exist F:\NETWARE\LAN_DRV_.ELS :bad_drive
  69.  
  70. #copy a:stoken.obj LAN_DRV_.ELS
  71. #copy a:ane2000.obj LAN_DRV_.ELS
  72. #copy a:sne2000.obj LAN_DRV_.ELS
  73.  
  74. display \nUploading to "GENDATA" directory\n
  75. exist F:\NETWARE\GENDATA :bad_drive
  76.  
  77. #copy a:readme GENDATA
  78.  
  79. display \nUploading to "ELSGEN" directory\n
  80. exist F:\NETWARE\ELSGEN :bad_drive
  81.  
  82. #copy a:ninstall.exe ELSGEN
  83. #copy a:instovl.exe ELSGEN
  84.  
  85. display \nUploading to "SUPPORT" directory\n
  86. exist F:\NETWARE\SUPPORT :bad_drive
  87.  
  88. #copy a:nconfig.hlp SUPPORT
  89.  
  90. rem ======================================================================
  91. rem **********************************************************************
  92.  
  93. :u4
  94. #cls
  95. display \nInsert "UPDATE-4" into drive A:
  96. pause
  97. volume UPDATE-4 A: :u4
  98.  
  99. display \nUploading to "SHGEN-1" directory\n
  100. exist F:\NETWARE\SHGEN-1 :bad_drive
  101.  
  102. #copy a:shconfig.exe SHGEN-1
  103. #copy a:stoken.lan SHGEN-1
  104. #copy a:sne2000.lan SHGEN-1
  105.  
  106. display \nUploading to "SHGEN-2" directory\n
  107. exist F:\NETWARE\SHGEN-2 :bad_drive
  108.  
  109. #copy a:ipx.obj SHGEN-2
  110. #copy a:net2.com SHGEN-2
  111. #copy a:net3.com SHGEN-2
  112. #copy a:net4.com SHGEN-2
  113. #copy a:netbios.exe SHGEN-2
  114.  
  115. goto :complete
  116.  
  117. rem ======================================================================
  118. rem **********************************************************************
  119.  
  120. :bad_drive
  121. display \nThe specified path does not exist.
  122. goto :end
  123.  
  124. :complete
  125. display \nYOU ARE FINISHED!!!
  126.  
  127. :end
  128.