home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / 286dwn.exe / 215DOWN / README.ZAP < prev    next >
Text File  |  1991-02-25  |  2KB  |  58 lines

  1. Please study this README file in its entirety before using ZAPOBJ.
  2.  
  3. To install a fix into NetWare using ZAPOBJ, issue the following command:
  4.  
  5.       ZAPOBJ InputFile OutputFile ParameterFile > ReportFile
  6.  
  7.  
  8.    Inputfile:       A NetWare .obj file to be patched.
  9.    OutputFile:      Name of the new .obj file to be created ie newobj.obj.
  10.    ParameterFile:   A text file with the extension .fix.
  11.    ReportFile:      Optional outputfile to contain report from zapobj.exe.
  12.  
  13.  
  14. In the above command, InputFile is the current .OBJ file, OutputFile 
  15. will be an updated version of InputFile, and ParameterFile is a file with 
  16. an extension of .FIX and contains a description of the changes the fix 
  17. will make.  The " > ReportFile " suffix is optional and redirects the 
  18. ZAPOBJ report from the screen to a disk file.  We recommend this command 
  19. suffix in the event of an unsuccessful execution.  The .Fix files are ASCII
  20. text and may contain C like /* ... */ comments giving the details of the fix.
  21.  
  22.  
  23. Example of how to invoke ZAPOBJ:
  24.  
  25.      ZAPBOJ tts.obj newtts.obj  text.fix > report.txt
  26.  
  27. ZAPOBJ will issue a report of the changes made in the creation of the output
  28. .OBJ file.  The last line of this report will indicate the success or failure 
  29. of the update.  If ZAPOBJ is unsuccessful, please contact Novell Technical 
  30. Services.  If ZAPOBJ is successful, replace your original .OBJ with the 
  31. updated one just created and execute NETGEN.  Link and configure the operating 
  32. system and cause NET$OS to be copied to your network drive.  This procedure 
  33. will complete your installation.
  34.  
  35. Users should save a copy of original .OBJ files.  It is also recommended 
  36. that the user exercise his or her system software after such an update 
  37. prior to placing it back into production.
  38.  
  39.  
  40. Novell Technical Support
  41.  
  42. 1-(800)-LANSWER (1-800-526-7937)
  43.  
  44.  
  45.  
  46. For Reference the names of the NetWare .obj OS files are given with the
  47. disk label/directory name for various versions of NetWare
  48.  
  49.  
  50.        Label/Directory         FileName
  51.  
  52.        ADOBJ                   ADV.OBJ    
  53.        ANDOBJ                  NDADV.OBJ  
  54.        SFTOBJ                  SFT.OBJ    
  55.        TTSOBJ                  TTS.OBJ    
  56.        EDOBJ-1                 ELS2_1.OBJ     and   ELS2_2.OBJ
  57.        ENDOBJ-1                NDELS2_1.OBJ   and   NDELS2_2.OBJ
  58.