SHARE.EXE Functionality Built into Windows NT

Last reviewed: November 2, 1995
Article ID: Q101191
The information in this article applies to:
  • Microsoft Win32 Software Development Kit (SDK) for Windows NT, versions 3.1 and 3.5

SUMMARY

The functionality of the MS-DOS SHARE.EXE utility is built into the Windows NT kernel. Any application or application programming interface (API) that relies on the SHARE.EXE functionality is automatically supported. This functionality cannot be disabled.

MORE INFORMATION

If you run the MS-DOS version of SHARE.EXE, you will receive a message stating that SHARE is already installed. The Windows NT MS-DOS emulation hooks Interrupt 2Fh function 10H and always returns a status indicating that SHARE is installed.

If you run an MS-DOS-based application and it complains that SHARE.EXE is not installed, the application may be searching the AUTOEXEC.BAT file for a "share" string rather than using the proper Interrupt 2Fh interface.


Additional reference words: 3.10 3.50
KBCategory: kbprg
KBSubcategory: SubSys


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: November 2, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.