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

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              Duplicate File Handles on Beame-Whiteside
  5. DOCUMENT ID:        TID000276
  6. DOCUMENT REVISION:  A
  7. DATE:               01JUL93
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         PAT354.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. DR DOS 6.0 4/92
  14.  
  15. ABSTRACT:
  16. This file contains the patch which takes care of some problems with
  17. duplicate file handles. It was created for Beame and Whiteside Networks. 
  18. This file is current and up to date as of 11/10/92.
  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:  PAT354.EXE
  30.  
  31. Files Included     Size     Date        Time
  32.  
  33.   PAT354.TXT          (This File)
  34.   IBMDOS.354      39239    7-28-92      3:54a
  35.  
  36.  
  37. README of PATCH354.EXE
  38.  
  39.  
  40. Product:       DR DOS 6.0
  41.  
  42. Description:   On opening a duplicate file handle which describes a device,
  43. a device open call is made to inform the device driver that a new file
  44. handle has been opened.
  45.  
  46.  
  47. ASSUMPTIONS:
  48.  
  49. 1.  The file IBMDOS.354 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.354
  67.  
  68.  
  69.              Type: COPY IBMDOS.354 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 7-28-92 3:54a 3398 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.