home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / hpt007.exe / HOSTPRT.002 < prev    next >
Text File  |  1995-02-06  |  2KB  |  59 lines

  1. ; Install script for NetWare HostPrint v1.1 HPT007 (Diskette #2)
  2. ; This PTF is intended for NW3.x and NW4.0x only.
  3. ; This PTF combines ETF-555, ETF-561, ETF-575 and ETF-655
  4. ;
  5. ; IF PTF445,446,447,448 were installed before, REMOVE the PRINTCON,
  6. ; PRINTDEF, TEXTUTIL, IBM_RUN.OVL files.
  7. ;
  8. NetworkPath=sys:\system;
  9. If (NW3x) if (EXIST:printcon.exe) Remove=printcon.exe;
  10. If (NW3x) if (EXIST:printcon.msg) Remove=printcon.msg;
  11. If (NW3x) if (EXIST:printcon.hep) Remove=printcon.hep;
  12. If (NW3x) if (EXIST:printdef.exe) Remove=printdef.exe;
  13. If (NW3x) if (EXIST:printdef.msg) Remove=printdef.msg;
  14. If (NW3x) if (EXIST:printdef.hep) Remove=printdef.hep;
  15. If (NW3x) if (EXIST:textutil.idx) Remove=textutil.idx;
  16. If (NW3x) if (EXIST:textutil.msg) Remove=textutil.msg;
  17. If (NW3x) if (EXIST:textutil.hep) Remove=textutil.hep;
  18. If (NW3x) if (EXIST:ibm_run.ovl) Remove=ibm_run.ovl;
  19. ;
  20. ; Install PRINTCON, PRINTDEF, CAPTURE EXE files from NW 4.03 on
  21. ; NetWare 3.1x server.  These files are installed in the directory
  22. ; SYS:\SYSTEM\HPPRINT
  23. ;
  24. If (NW3x) NetworkPath=sys:\system\hpprint;
  25. If (NW3x) Copy=printcon.exe;
  26. If (NW3x) Copy=printdef.exe;
  27. ;
  28. ; Backup existing version of these utilites in case of a problem
  29. ; these can be restored manualy by the user from the directory
  30. ; SYS:\PUBLIC\HPBACK;
  31. ;
  32. if (NW4x) NetworkPath=sys:\public, BackupPath=sys:\public\hpback;
  33. If (NW4x) Backup=printcon.exe;
  34. If (NW4x) Backup=printdef.exe;
  35. If (NW4x) Backup=capture.exe;
  36. ;
  37. ;
  38. ; Install PRINTCON and PRINTDEF files from NW 4.03
  39. ; on NetWare 4.x server.
  40. ;
  41. NetworkPath=sys:\public;
  42. If (NW4x) if (NOTEXIST:printcon.exe{05-05-94}) Copy=printcon.exe;
  43. If (NW4x) if (NOTEXIST:printdef.exe{05-13-94}) Copy=printdef.exe;
  44. ;
  45. NetworkPath=sys:\system;
  46. Copy=ecp420.xlt;
  47. Copy=ecp424.xlt;
  48. Copy=acp850.xlt;
  49. Copy=acp860.xlt;
  50. Copy=acp862.xlt;
  51. Copy=acp863.xlt;
  52. Copy=acp864.xlt;
  53. Copy=acp865.xlt;
  54. ;
  55. NetworkPath=sys:\system\nwsaa;
  56. Copy=saconfrm.frm;
  57. Copy=saconfrm.hlp;
  58.  
  59.