home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / ptf415.exe / NWSAA2.ZIP / DISK2 / NWSAA.002
Text File  |  1993-09-02  |  2KB  |  85 lines

  1. ;nwsaa.002 script file for NetWare for SAA 1.3.43
  2.  
  3. NetworkPath=sys:\system\nwsaa\as400;
  4.  
  5. Remove=$pcs.ovl;
  6. Remove=ibm$pcs.ovl;
  7. Remove=pcs$err.dat;
  8. Remove=pcs$help.dat;
  9. Remove=pcs$msg.dat;
  10.  
  11. Copy=as400\_pcs.ovl;
  12. Copy=as400\cfgnhelp.hlp;
  13. Copy=as400\cfgnrtr.exe;
  14. Copy=as400\ibm_pcs.ovl;
  15. Copy=as400\novellrt.mri;
  16. Copy=as400\novellrt.ovl;
  17. Copy=as400\pcs_err.dat;
  18. Copy=as400\pcs_help.dat;
  19. Copy=as400\pcs_msg.dat;
  20. Copy=as400\rmvnrtr.exe;
  21. Copy=as400\strnrtr.exe;
  22.  
  23. NetworkPath=sys:\system\nwsaa\cpic;
  24.  
  25. Remove=$sif.ovl;
  26. Remove=ibm$sif.ovl;
  27. Remove=sif$err.dat;
  28. Remove=sif$help.dat;
  29. Remove=sif$msg.dat;
  30.  
  31.  
  32. Copy=cpic\siutil.exe;
  33. Copy=cpic\_sif.ovl;
  34. Copy=cpic\ibm_sif.ovl;
  35. Copy=cpic\sif_err.dat;
  36. Copy=cpic\sif_help.dat;
  37. Copy=cpic\sif_msg.dat;
  38.  
  39. NetworkPath=sys:\system\nwsaa;
  40.  
  41. Copy=os2con\wcm.dll;
  42. Copy=os2con\weeas.exe;
  43. Copy=os2con\weeas.ico;
  44. Copy=os2con\weeas.hlp;
  45.  
  46. NetworkPath=sys:\system\nwsaa\trace;
  47. Copy=trace\trformat.exe;
  48.  
  49. ;If HOSTPRT 1.1 is installed do not install SAACON and SAACOPY files
  50.  
  51. NetworkPath=sys:\system;
  52.  
  53. If (EXIST:hostprt.nlm[1.1.0]) End;
  54.  
  55. NetworkPath=sys:\system\nwsaa;
  56. Remove=sa$msg.dat;
  57. Remove=sa$err.dat;
  58. Remove=sa$help;
  59.  
  60. Copy=saacon\saacon.exe;
  61. Copy=saacon\saconfrm.hlp;
  62. Copy=saacon\saconfrm.frm;
  63. Copy=saacon\sa_msg.dat;
  64. Copy=saacon\sa_err.dat;
  65. Copy=saacon\sa_help.dat;
  66.  
  67. NetworkPath=sys:\system\nwsaa\saacopy;
  68.  
  69. Remove=spc$err.dat;
  70. Remove=spc$help.dat;
  71. Remove=spc$msg.dat;
  72.  
  73. Copy=saacopy\spc_msg.dat;
  74. Copy=saacopy\spc_frm.hlp;
  75. Copy=saacopy\spc_frm.frm;
  76. Copy=saacopy\spc_err.dat;
  77. Copy=saacopy\spc_help.dat;
  78. Copy=saacopy\saacopy.exe;
  79.  
  80. End;
  81.  
  82.  
  83.  
  84.  
  85.