home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / pro10.exe / UPDATE.BAT < prev   
DOS Batch File  |  1987-07-28  |  1KB  |  60 lines

  1. echo     off
  2. cls
  3. if %1x == shellx goto shellst
  4.  
  5. :begin
  6. cls
  7. type update.doc
  8. echo     Please put the GENOS-1 disk in drive B: and
  9. pause
  10. if not exist B:cpronet\acomdrv.obj goto begin
  11.  
  12. :copy1
  13. copy ?os14?.obj b:cpronet\?comdrv.obj
  14. :if PRIMARY.DRV is on the genos-1 disk we need a new NET$OS.OBJ
  15. :This new NET$OS.OBJ must be serialized at Proteon!!!
  16. if not exist B:primary.drv goto shellst
  17. if not exist net$os.obj goto noos
  18.  
  19. ren b:primary.drv pr.drv
  20.  
  21. :genos2
  22. cls
  23. echo     Please put the GENOS-2 disk in drive B: and
  24. pause
  25. if not exist b:net$os.obj goto genos2
  26. copy net$os.ob? b:
  27.  
  28. :shellst
  29. cls
  30. echo     Please put the GENSH-1 disk into drive B: and
  31. pause
  32. if not exist B:cpronet\shelldrv.obj goto shellst
  33.  
  34. :copy2
  35. copy shelldr?.obj B:cpronet
  36.  
  37. :copy3
  38. echo     Please put the GENSH-2 disk into drive B: and
  39. pause
  40. if not exist b:zapsh.exe goto copy3
  41. if not exist b:nimload.bin goto copy4
  42. del b:nimload.bin
  43.  
  44. :copy4
  45. copy an*.com B:\
  46. copy netbios.com b:\
  47. goto end
  48.  
  49. :noos
  50. cls
  51. echo     You have a ProNET-10 specific version of Netware that
  52. echo     will not allow you to correctly generate the OS files.
  53. echo     You will need to contact Proteon directly to get a new
  54. echo     serialized NET$OS.OBJ file.
  55. echo     You may continue anyway, upgrading just the shell
  56. echo     drivers, or Control-C to exit.
  57. pause
  58. goto shellst
  59. :end
  60.