home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / disk4.exe / NMANV.004 < prev   
Text File  |  1993-08-06  |  2KB  |  69 lines

  1. ; NMANV DISK2 Install Script for NMA for NetView 1.3B
  2. ; NetWare Btrieve files
  3.  
  4. ; If btrieve files are current skip this disk
  5.  
  6. If (NW312) NextDisk;
  7. If (NW4X) NextDisk;
  8.  
  9. NetworkPath=sys:\system;
  10.  
  11. If (EXIST:btrieve.nlm[6.10.0]) NextDisk;
  12.  
  13. Alert=BTRIEVE version 6.10 will be installed.  To preserve files exit and backup then reinstall the Communication Executive.;
  14.  
  15. NetworkPath=sys:\system;
  16. Copy=system\bdirect.msg;
  17. Copy=system\bdirect.nlm;
  18. Copy=system\bdrouter.msg;
  19. Copy=system\bdrouter.nlm;
  20. Copy=system\brebuild.msg;
  21. Copy=system\brebuild.nlm;
  22. Copy=system\brouter.msg;
  23. Copy=system\brouter.nlm;
  24. Copy=system\bsetup.hlp;
  25. Copy=system\bsetup.msg;
  26. Copy=system\bsetup.nlm;
  27. Copy=system\bspxcom.msg;
  28. Copy=system\bspxcom.nlm;
  29. Copy=system\bspxstub.msg;
  30. Copy=system\bspxstub.nlm;
  31. Copy=system\bstart.ncf;
  32. Copy=system\bstop.ncf;
  33. Copy=system\btrieve.msg;
  34. Copy=system\btrieve.nlm;
  35. Copy=system\btrmon.hlp;
  36. Copy=system\btrmon.msg;
  37. Copy=system\btrmon.nlm;
  38. Copy=system\butil.msg;
  39. Copy=system\butil.nlm;
  40. Copy=system\rspxstub.msg;
  41. Copy=system\rspxstub.nlm;
  42.  
  43. NetworkPath=sys:\public;
  44. Copy=public\brequest.exe;
  45. Copy=public\brequest.msg;
  46. Copy=public\brequtil.exe;
  47. Copy=public\brequtil.msg;
  48. Copy=public\brollfwd.exe;
  49. Copy=public\brollfwd.msg;
  50. Copy=public\btrcalls.dll;
  51. Copy=public\ndbcnvt.exe;
  52. Copy=public\ndbcomm.dll;
  53. Copy=public\novdb.ini;
  54. Copy=public\pbroll.exe;
  55. Copy=public\pbtrvres.dll;
  56. Copy=public\wbroll.exe;
  57. Copy=public\wbrollrs.dll;
  58. Copy=public\wbtrcall.dll;
  59. Copy=public\wbtrvres.dll;
  60. Copy=public\wndbcnvt.exe;
  61.  
  62. ;We combined the following message with the next one.
  63.  
  64. ;Message=Btrieve update complete. Please modify AUTOEXEC.NCF as specified in the Admin Guide.;
  65.  
  66.  
  67. Message=BTRIEVE update completed. Installation will now terminate. Modify the AUTOEXEC.NCF to load BTRIEVE with the parameters specified in the NWSAA Admin Guide and then restart the server before reinstalling the Communication Executive.; 
  68. Abort;
  69.