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

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              Patch to Remove Money Application Check
  5. DOCUMENT ID:        TID000254
  6. DOCUMENT REVISION:  A
  7. DATE:               01JUL93
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         PAT301.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. DR DOS 6.0 4/92
  14.  
  15. ABSTRACT:
  16. This patch fixes a problem with apps that opens a file, with Share loaded,
  17. but then cannot delete the file until the file is closed.  This causes the
  18. "Money Manager" to fail.
  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:  PAT301.EXE
  30.  
  31. Files Included     Size     Date        Time
  32.  
  33.   PAT301.TXT          (This File)
  34.   IBMDOS.301      39239   10-28-92      3:01a
  35.  
  36.  
  37. README of  PATCH301.EXE
  38.  
  39.  
  40. Product:       DR DOS 6.0
  41.  
  42. Description:   This patch removes the check for SHARE in the
  43. 'check_not_open' routine, so if a program opens a file it can still be
  44. deleted.  This caused a problem with a program called Money Manager which
  45. opens temporary files then deletes them.  This failed if SHARE was loaded.
  46.  
  47.                This patch is optional.
  48.  
  49.  
  50. ASSUMPTIONS:
  51.  
  52. 1.  The file IBMDOS.301 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.301
  70.  
  71.  
  72.              Type: COPY IBMDOS.301 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 10-28-91 3:01A 959b 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.  
  97. APPLICATIONS KNOWN TO BE EFFECTED BY THIS PATCH:
  98.  
  99. Money Manager
  100.  
  101.