home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / ptf411.exe / COMMEXE2.ZIP / DISK2 / COMMEXEC.002
Text File  |  1993-08-26  |  847b  |  27 lines

  1. ; Commexec.002 disk for CE platform NetWare for SAA 1.3.43
  2.  
  3. NetworkPath=sys:\system;
  4.  
  5. ; Update Commexec NLMs 
  6.  
  7. If (NW3X) Copy=nlms\nw3X\commexec.nlm;
  8. If (NW3X) Copy=nlms\nw3x\cmat.nlm;
  9. If (NW3X) Copy=nlms\nw3x\csdown.ncf;
  10.  
  11. If (NW4X) Copy=nlms\nw4X\commexec.nlm;
  12. If (NW4X) Copy=nlms\nw4X\cmat.nlm;
  13. If (NW4X) Copy=nlms\nw4x\csdown.ncf;
  14.  
  15. Copy=nlms\csstatus.hlp;
  16.  
  17. ; Save NetWare 4.0 files for upgrade
  18. If (NW3X) NetworkPath=sys:\system\commexec\nw4x;
  19. If (NW3X) Copy=nlms\nw4x\commexec.nlm;
  20. If (NW3X) Copy=nlms\nw4x\cmat.nlm;
  21. If (NW3X) Copy=nlms\nw4x\csdown.ncf;
  22.  
  23. NetworkPath=sys:\system;
  24. If (NW311) If (NOTEXIST:cs311.ver[1.3.40]) NextDisk;
  25. 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.;
  26. end;
  27.