home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / pat312.exe / PAT312.TXT < prev   
Text File  |  1993-09-17  |  3KB  |  95 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              Patch for INT 21,26H Function Call
  5. DOCUMENT ID:        TID000259
  6. DOCUMENT REVISION:  A
  7. DATE:               01JUL93
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         PAT312.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. DR DOS 6.0 4/92
  14.  
  15. ABSTRACT:
  16. This patch fixes a problem with the INT 21,26h function call, where the
  17. create PSP segment did not correctly fill in the correct PSP because the
  18. segment from which the PSP was copied was incorrect.
  19. _________________________________________________________________
  20.  
  21. DISCLAIMER
  22. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL. 
  23. NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. 
  24. HOWEVER, THE INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION
  25. ONLY.  NOVELL MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS
  26. INFORMATION.
  27. _________________________________________________________________
  28.  
  29. Self-Extracting File Name:  PAT312.EXE
  30.  
  31. Files Included     Size     Date        Time
  32.  
  33.   PAT312.TXT          (This File)
  34.   IBMDOS.312      39239    1-07-92      3:12a
  35.  
  36.  
  37. README of PATCH312.EXE
  38.  
  39.  
  40. Product:       DR DOS 6.0
  41.  
  42. Description:   This patch fixes a problem with INT 21h function 26h (create
  43. PSP) the segment from which the PSP was copied was incorrect so the PSP was
  44. not filled correctly and did not contain the command tail.
  45.  
  46. ASSUMPTIONS:
  47.  
  48. 1.  The file IBMDOS.312 is in the root directory of your C:\ drive.
  49. 2.  TaskMAX is not loaded.
  50.  
  51.  
  52. INSTALLATION INSTRUCTIONS:
  53.  
  54. 1.  Remove the attributes from the current working copy of IBMDOS.COM
  55.  
  56.         From the C prompt:
  57.              Type: ATTRIB -RSH IBMDOS.COM
  58.              Press <ENTER>
  59.  
  60. 2.  Make a backup copy of IBMDOS.COM
  61.  
  62.              Type: COPY IBMDOS.COM C:\DRDOS\IBMDOS.OLD
  63.              Press <ENTER>
  64.  
  65. 3.  Replace the original IBMDOS.COM with the patched IBMDOS.312
  66.  
  67.  
  68.              Type: COPY IBMDOS.312 IBMDOS.COM
  69.              Press <ENTER>
  70.  
  71. 4.  Verify the copied file is the correct size, date and checksum
  72.  
  73.              Type: CD \
  74.         From the C prompt:
  75.              Type: XDIR IBMDOS.COM /C
  76.              Press <ENTER>
  77.  
  78.         The following message will display:
  79.  
  80. --a--- 39,239 1-07-92 3:12a A0C6 c:ibmdos.com
  81.  
  82. NOTE: In Archive attribute (a) may be set, however it is not a required
  83. attribute.
  84.  
  85. 5.  Replace the System, Hidden, Read-Only attributes on IBMDOS.COM
  86.  
  87.              Type: ATTRIB +RSH IBMDOS.COM
  88.              Press <ENTER>
  89.  
  90. 6.  Reboot the computer.
  91.  
  92.  
  93.  
  94.  
  95.