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

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              Patch to Fix Errors Returned by INT 25H, 26H
  5. DOCUMENT ID:        TID000263
  6. DOCUMENT REVISION:  A
  7. DATE:               01JUL93
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         PAT321.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. DR DOS 6.0 4/92
  14.  
  15. ABSTRACT:
  16. This patch fixes a problem where the error codes returned by INT 25h and
  17. INT 26h were incorrect for "drive not ready" and "write protect" errors.
  18. _________________________________________________________________
  19.  
  20. DISCLAIMER
  21. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL. 
  22. NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. 
  23. HOWEVER, THE INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION
  24. ONLY.  NOVELL MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS
  25. INFORMATION.
  26. _________________________________________________________________
  27.  
  28. Self-Extracting File Name:  PAT321.EXE
  29.  
  30. Files Included     Size     Date        Time
  31.  
  32.   PAT321.TXT          (This File)
  33.   IBMDOS.321      39239    2-19-92      3:21a
  34.  
  35.  
  36. README of PATCH321.EXE
  37.  
  38.  
  39. Product:       DR DOS 6.0
  40.  
  41. Description:   This patch fixes a problem where the error codes returned
  42. form INT 25h and INT 26h for "drive not ready" and "write protect" errors
  43. were incorrect.
  44.  
  45.  
  46. ASSUMPTIONS:
  47.  
  48. 1.  The file IBMDOS.321 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.321
  66.  
  67.  
  68.              Type: COPY IBMDOS.321 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 2-19-92 3:21a 947B 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.