home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / ps2isa.exe / README.ZAP < prev    next >
Text File  |  1991-12-18  |  2KB  |  38 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.