How to Manually Install the Version 10.0 Mouse Driver

Last reviewed: September 12, 1996
Article ID: Q126748
The information in this article applies to:
  • Microsoft Mouse driver for MS-DOS, version 10.0
  • Microsoft IntelliPoint Software Home Edition versions 1.0, 1.0a
  • Microsoft IntelliPoint software versions 1.0, 1.0a

SUMMARY

This article describes how to manually install the Microsoft Mouse driver version 10.0 for MS-DOS that is shipped with the Microsoft IntelliPoint software versions 1.0 and 1.0a.

MORE INFORMATION

Versions of the Microsoft Mouse driver for MS-DOS prior to version 10.0 require only that you expand either the MOUSE.COM or MOUSE.EXE file to your computer's hard disk.

Version 10.0 of the Microsoft Mouse driver for MS-DOS requires language support files as well as the MOUSE.EXE file. To manually install the Microsoft Mouse driver version 10.0 for MS-DOS, follow these steps:

  1. Create an MSINPUT directory and an MSINPUT\MOUSE subdirectory by typing the following lines at an MS-DOS command prompt:

          md c:\msinput
          md c:\msinput\mouse
    

  2. Change to the MSINPUT\MOUSE subdirectory by typing the following line at the MS-DOS command prompt:

          cd c:\msinput\mouse
    

  3. Insert the IntelliPoint software disk in drive A (or drive B) and then expand the four necessary files by typing the following lines at the MS-DOS command prompt:

          expand a:mouse.ex_ c:\msinput\mouse\mouse.exe
          expand a:mouse.en_ c:\msinput\mouse\mouse.lan
          expand a:mbpcpl.ex_ c:\msinput\mouse\mousecpl.exe
          expand a:mbpcpl.en_ c:\msinput\mouse\mousecpl.lan
    

    NOTE: If you are using drive B instead of drive A, substitute "b:" for "a:" in each of the four lines above.

To set the appropriate environment variable and cause the mouse driver to be loaded automatically when you start your computer, follow these steps:

  1. Change to the root directory by typing the following line at an MS-DOS command prompt:

          cd \
    

  2. Type the following line to open the AUTOEXEC.BAT file for editing:

          edit autoexec.bat
    

  3. Add the following lines at the beginning of the file:

          SET MSINPUT=C:\MSINPUT
          C:\MSINPUT\MOUSE\MOUSE.EXE /Q
    

  4. Save and then close the AUTOEXEC.BAT file.

  5. Restart your computer.


KBCategory: kbhw kbsetup
KBSubcategory:
Additional reference words: 1.00 1.00a 10.00


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: September 12, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.