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

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              Fix for Problems with Write-Protected Writes
  5. DOCUMENT ID:        TID000262
  6. DOCUMENT REVISION:  A
  7. DATE:               01JUL93
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         PAT317.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. DR DOS 6.0 4/92
  14.  
  15. ABSTRACT:
  16. This patch fixes a problem where attempting to close a changed file on a
  17. write protected disk seemed to work after the first retry.
  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:  PAT317.EXE
  29.  
  30. Files Included     Size     Date        Time
  31.  
  32.   PAT317.TXT          (This File)
  33.   IBMDOS.317      39239    1-27-92      3:17a
  34.  
  35.  
  36. README of PATCH317.EXE
  37.  
  38.  
  39. Product:       DR DOS 6.0
  40.  
  41. Description:   This patch fixes a problem where attempting to close a
  42. changed file on a write protected disk seems to work after the first retry.
  43.  This was caused because when the retry is attempted the file has been
  44. marked as not changed, so the attempt to write to disk is not made.
  45.  
  46.  
  47. ASSUMPTIONS:
  48.  
  49. 1.  The file IBMDOS.317 is in the root directory of your C:\ drive.
  50. 2.  TaskMAX is not loaded.
  51.  
  52.  
  53. INSTALLATION INSTRUCTIONS:
  54.  
  55. 1.  Remove the attributes from the current working copy of IBMDOS.COM
  56.  
  57.         From the C prompt:
  58.              Type: ATTRIB -RSH IBMDOS.COM
  59.              Press <ENTER>
  60.  
  61. 2.  Make a backup copy of IBMDOS.COM
  62.  
  63.              Type: COPY IBMDOS.COM C:\DRDOS\IBMDOS.OLD
  64.              Press <ENTER>
  65.  
  66. 3.  Replace the original IBMDOS.COM with the patched IBMDOS.317
  67.  
  68.  
  69.              Type: COPY IBMDOS.317 IBMDOS.COM
  70.              Press <ENTER>
  71.  
  72. 4.  Verify the copied file is the correct size, date and checksum
  73.  
  74.              Type: CD \
  75.         From the C prompt:
  76.              Type: XDIR IBMDOS.COM /C
  77.              Press <ENTER>
  78.  
  79.         The following message will display:
  80.  
  81. --a--- 39,239 1-27-92 3:17a B701 c:ibmdos.com
  82.  
  83. NOTE: In Archive attribute (a) may be set, however it is not a required
  84. attribute.
  85.  
  86. 5.  Replace the System, Hidden, Read-Only attributes on IBMDOS.COM
  87.  
  88.              Type: ATTRIB +RSH IBMDOS.COM
  89.              Press <ENTER>
  90.  
  91. 6.  Reboot the computer.
  92.  
  93.