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

  1. #cls
  2. display \nThis script file (ULELS2.35) 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 "LAN_DRV_ELS" directory\n
  23. exist F:\NETWARE\LAN_DRV_.ELS :bad_drive
  24.  
  25. #copy a:stoken.obj LAN_DRV_.ELS
  26. #copy a:ane2000.obj LAN_DRV_.ELS
  27. #copy a:sne2000.obj LAN_DRV_.ELS
  28.  
  29. display \nUploading to "SYSTEM" directory\n
  30. exist F:\NETWARE\SYSTEM :bad_drive
  31.  
  32. #copy a:login.exe SYSTEM
  33.  
  34. display \nUploading to "SHGEN-1" directory\n
  35. exist F:\NETWARE\SHGEN-1 :bad_drive
  36.  
  37. #copy a:shconfig.exe SHGEN-1
  38. #copy a:stoken.lan SHGEN-1
  39. #copy a:sne2000.lan SHGEN-1
  40. #copy a:ipx.obj SHGEN-1
  41. #copy a:net2.com SHGEN-1
  42. #copy a:net3.com SHGEN-1
  43. #copy a:net4.com SHGEN-1
  44. #copy a:netbios.exe SHGEN-1
  45.  
  46. display \nUploading to "AUXGEN" directory\n
  47. exist F:\NETWARE\AUXGEN :bad_drive
  48.  
  49. #copy a:ne2000.lan AUXGEN
  50. #copy a:nconfig.exe AUXGEN
  51.  
  52. display \nUploading to "PROGRAMS-1" directory\n
  53. exist F:\NETWARE\PROGRAMS.-1 :bad_drive
  54.  
  55. #copy a:folio.nfo PROGRAMS.-1
  56.  
  57. rem ======================================================================
  58. rem **********************************************************************
  59.  
  60. :u2
  61. #cls
  62. display \nInsert "UPDATE-2" into drive A:
  63. pause
  64. volume UPDATE-2 A: :u2
  65.  
  66. display \nUploading to "GENDATA" directory\n
  67. exist F:\NETWARE\GENDATA :bad_drive
  68.  
  69. #copy a:readme GENDATA
  70.  
  71. display \nUploading to "ELSGEN" directory\n
  72. exist F:\NETWARE\ELSGEN :bad_drive
  73.  
  74. #copy a:ninstall.exe ELSGEN
  75. #copy a:instovl.exe ELSGEN
  76. #copy a:nconfig.hlp ELSGEN
  77.  
  78. display \nUploading to "UTIL-1" directory\n
  79. exist F:\NETWARE\UTIL-1 :bad_drive
  80.  
  81. #copy a:compsurf.exe UTIL-1
  82. #copy a:disked.exe UTIL-1
  83. #copy a:vrepair.exe UTIL-1
  84.  
  85. goto :complete
  86.  
  87. rem ======================================================================
  88. rem **********************************************************************
  89.  
  90. :bad_drive
  91. display \nThe specified path does not exist.
  92. goto :end
  93.  
  94. :complete
  95. display \nYOU ARE FINISHED!!!
  96.  
  97. :end
  98.