home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / ptf412.exe / COMMEXE3.ZIP / DISK3 / COMMEXEC.003
Text File  |  1993-08-26  |  3KB  |  63 lines

  1. ; Commexec.003 disk for CE platform NetWare for SAA 1.3.43
  2. ; NLM updates for 311 system
  3.  
  4. NetworkPath=sys:\system;
  5.  
  6. ; NOTE that we need to include after311.nlm in the NetWire because 
  7. ; we do not require SNMP 2.1b which includes this after311.nlm
  8. If (NOTEXIST:after311.nlm[2.0.1])      Copy=system.311\after311.nlm;
  9.  
  10. ; If this marker file already exist, that means all OS modules are uptodate
  11. ; We can get here if this file already exists only if BTRIEVE is outdated
  12. ; (that is, we came from DISK1)
  13. ; otherwise, we will do the check in DISK2 and end the installation there
  14. If (EXIST:cs311.ver[1.3.40]) NextDisk;
  15.  
  16. ; check for CLIB.NLM version 3.12.1 even though we are copying 3.12.0 to make
  17. ; sure that it gets copied because there are "older" versions of 3.12.0 (beta)
  18. If (NOTEXIST:clib.nlm[3.12.1])          Copy=system.311\clib.nlm;
  19. If (NOTEXIST:spxfix2.nlm[2.0.0])        Copy=system.311\spxfix2.nlm;
  20.  
  21. If (NOTEXIST:streams.nlm[3.11.8])       Copy=system.311\streams.nlm;
  22. If (NOTEXIST:tli.nlm[3.11.4])           Copy=system.311\tli.nlm;
  23. If (NOTEXIST:ipxs.nlm[2.1.0])           Copy=system.311\ipxs.nlm;
  24.  
  25. If (NOTEXIST:tokentsm.nlm[2.11.0])      Copy=system.311\tokentsm.nlm;
  26. If (NOTEXIST:token.lan[3.23.0])         Copy=system.311\token.lan;
  27. If (NOTEXIST:tokendma.lan[3.21.0])      Copy=system.311\tokendma.lan;
  28. If (NOTEXIST:ntr2000.lan[3.23.0])       Copy=system.311\ntr2000.lan;
  29.  
  30. If (NOTEXIST:ethertsm.nlm[2.12.0])      Copy=system.311\ethertsm.nlm;
  31. If (NOTEXIST:ne2000.lan[3.23.0])        Copy=system.311\ne2000.lan;
  32. If (NOTEXIST:ne2.lan[3.21.0])           Copy=system.311\ne2.lan;
  33. If (NOTEXIST:ne2_32.lan[3.21.0])        Copy=system.311\ne2_32.lan;
  34.  
  35. ;ne2-32.lan has been renamed to ne2_32.lan therefore remove it so that it would
  36. ;not be used
  37. Remove=ne2-32.lan;
  38.  
  39. If (NOTEXIST:ne1000.lan[3.21.0])        Copy=system.311\ne1000.lan;
  40. If (NOTEXIST:ne3200.lan[3.21.0])        Copy=system.311\ne3200.lan;
  41.  
  42. If (NOTEXIST:msm31x.nlm[2.13.0])        Copy=system.311\msm31x.nlm;
  43.  
  44. If (NOTEXIST:monitor.nlm[1.75.0])       Copy=system.311\monitor.nlm;
  45.  
  46. If (NOTEXIST:lslenh.nlm[1.1.0])         Copy=system.311\lslenh.nlm;
  47. If (NOTEXIST:patchman.nlm[2.30.0])      Copy=system.311\patchman.nlm;
  48.  
  49. ;there is an older copy of nmagent.nlm that have the same
  50. ;version as the one we are using therefore we must test for higher version
  51. ;than the one we are copying (1.11.0)
  52.  
  53. If (NOTEXIST:nmagent.nlm[1.11.1])       Copy=system.311\nmagent.nlm;
  54.  
  55. ;copy version control file
  56. Copy=system.311\cs311.ver;                
  57.  
  58. If (NW311) If (NOTEXIST:btrieve.nlm[6.10.0]) NextDisk;
  59.  
  60. Message = Please modify the AUTOEXEC.NCF file and the STARTUP.NCF file as specified in the NetWire README file and restart the server before loading the Communication Executive.;
  61.  
  62. end;
  63.