home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / n / n008 / 1.ddi / COMMEXEC.001 next >
Encoding:
Text File  |  1993-06-25  |  3.6 KB  |  91 lines

  1. ; Commexec.001 disk for CE platform Netware for SAA 1.3.34
  2. ; NetWare OS NLMs and LAN drivers
  3.  
  4. NetworkPath=sys:\system;
  5.  
  6. ;--------------------------------- NetWare 4.0 OS modules --------------------------------
  7. ;update outdated OS modules for Netware 4.0
  8.  
  9.  
  10. If (NW312) If (NOTEXIST:csl.nlm[1.2.1]) Copy=system\csl.nlm;
  11. If (NW312) NextDisk=3;
  12.  
  13. If (NW4X)  If (NOTEXIST:csl.nlm[1.2.1]) Copy=system\csl.nlm;
  14. If (NW4X)  NextDisk=3;
  15.  
  16. ;We don't need to copy BTRIEVE files cause they already exist in the 4.0 and 3.12 system
  17. ;So skip over to disk3
  18.  
  19.  
  20. ;--------------------------------- NetWare 3.11 OS modules -------------------------------
  21. ;check for outdated modules for 3.11 OS
  22.  
  23.  
  24. If (EXIST:snmp.nlm[2.8.0]) If (EXIST:btrieve.nlm[6.10.0]) If (EXIST:cs311.ver[1.3.32]) NextDisk=3;
  25. Alert=Installation will verify SNMP version and update BTRIEVE and NetWare OS system files.;
  26.  
  27.  
  28. ;--------------------------------- SNMP Version checking ---------------------------------
  29. ;if required SNMP version is outdated display message and abort
  30.  
  31.  
  32. If (NOTEXIST:snmp.nlm[2.8.0]) Message=SNMP has not been updated. Update system with enclosed SNMP diskette using the Install Product Options. Installation will now terminate.;
  33. If (NOTEXIST:snmp.nlm[2.8.0]) Abort;
  34.  
  35. ;--------------------------------- OS modules update -------------------------------------
  36.  
  37. ;if os modules have already been updated proceed to BTRIEVE update
  38. If (EXIST:cs311.ver[1.3.32]) NextDisk;
  39. Alert=NetWare OS files will be overwritten as specified in the README file. To preserve files exit and backup then reinstall the Communication Executive.;
  40.  
  41.  
  42.  
  43. If (NOTEXIST:csl.nlm[1.2.1])            Copy=system\csl.nlm;
  44.  
  45. If (NOTEXIST:clib.nlm[3.12.0])           Copy=system.311\clib.nlm;
  46. If (NOTEXIST:spxfix2.nlm[2.0.0])        Copy=system.311\spxfix2.nlm;
  47. If (NOTEXIST:streams.nlm[3.11.8])       Copy=system.311\streams.nlm;
  48. If (NOTEXIST:spxs.nlm[3.11.1])          Copy=system.311\spxs.nlm;
  49. If (NOTEXIST:tli.nlm[3.11.4])           Copy=system.311\tli.nlm;
  50. If (NOTEXIST:ipxs.nlm[2.1.0])           Copy=system.311\ipxs.nlm;
  51.  
  52. If (NOTEXIST:tokentsm.nlm[2.11.0])      Copy=system.311\tokentsm.nlm;
  53. If (NOTEXIST:token.lan[3.23.0])         Copy=system.311\token.lan;
  54. If (NOTEXIST:tokendma.lan[3.21.0])      Copy=system.311\tokendma.lan;
  55. If (NOTEXIST:ntr2000.lan[3.23.0])       Copy=system.311\ntr2000.lan;
  56.  
  57. If (NOTEXIST:ethertsm.nlm[2.12.0])      Copy=system.311\ethertsm.nlm;
  58. If (NOTEXIST:ne2000.lan[3.23.0])        Copy=system.311\ne2000.lan;
  59. If (NOTEXIST:ne2.lan[3.21.0])           Copy=system.311\ne2.lan;
  60.  
  61. ;NE2-32.LAN has been renamed to ne2_32.lan therefore remove the old one
  62. ;to prevent it from being used
  63. Remove=ne2-32.lan;
  64. If (NOTEXIST:ne2_32.lan[3.21.0])        Copy=system.311\ne2_32.lan;
  65.  
  66. If (NOTEXIST:ne1000.lan[3.21.0])        Copy=system.311\ne1000.lan;
  67. If (NOTEXIST:ne3200.lan[3.21.0])        Copy=system.311\ne3200.lan;
  68. If (NOTEXIST:msm31x.nlm[2.13.0])        Copy=system.311\msm31x.nlm;
  69.  
  70. If (NOTEXIST:monitor.nlm[1.75.0])       Copy=system.311\monitor.nlm;
  71.  
  72. If (NOTEXIST:lslenh.nlm[1.1.0])         Copy=system.311\lslenh.nlm;
  73. If (NOTEXIST:patchman.nlm[2.30.0])      Copy=system.311\patchman.nlm;
  74.  
  75. ;there is an older copy of nmagent.nlm that have the same
  76. ;version as the one we are using therefore we cannot test for the version
  77.  
  78. Copy=system.311\nmagent.nlm;
  79.  
  80. ;copy version control file
  81. Copy=system.311\cs311.ver;                
  82.  
  83.  
  84. ;the after311.nlm comes with the SNMP diskette so we do not copy it here.
  85.  
  86. ;if BTRIEVE is not up to date go to the BTRIEVE disk (next disk)
  87. If (NOTEXIST:btrieve.nlm[6.10.0]) NextDisk;
  88.  
  89. ;Otherwise warn users to update AUTOEXEC and then proceed to disk3
  90. NextDisk=3;
  91.