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

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