Mouse Movement Is Erratic in Dosshell with Windows

Last reviewed: November 23, 1994
Article ID: Q72196
The information in this article applies to:
  • Microsoft Windows operating system versions 3.0, 3.0a

SUMMARY

You may experience erratic mouse movements if you run the MS-DOS 4.01 Dosshell program (DOSSHELL.BAT) from within Microsoft Windows version 3.0. The mouse driver used in the DOSSHELL.BAT file does not function properly under Windows.

To solve this problem, the mouse driver in DOSSHELL.BAT should be removed.

MORE INFORMATION

Dosshell is a file management program supplied with MS-DOS version 4.01. Dosshell provides an easy to use interface to MS-DOS. Files can be copied, moved, renamed, and deleted without having to remember the MS-DOS commands.

The mouse driver used in DOSSHELL.BAT does not function properly under Windows. To solve this problem, remove the driver from the "@SHELLC" line, and use MOUSE.SYS (in CONFIG.SYS) or MOUSE.COM (in AUTOEXEC.BAT) instead.

The possible drivers used in DOSSHELL.BAT are:

   MOS:PCIBMDRV.MOS
   MOS:PCMSPDRV.MOS
   MOS:PCMSDRV.MOS

DOSSHELL.BAT can be found in the DOS directory. It can be edited with any text editor, such as Edlin or Windows Notepad. Look for a line similar to the following:

   @SHELLC MOS:PCIBMDRV.MOS/TRAN/COLOR/DOS/MENU/MUL/SND
      /MEU:SHELL.MEU/CLR:SHELL.CLR/PROMPT/MAINT/EXIT/SWAP/DATE

After removing the mouse driver, the line should be similar to the following:

   @SHELLC/TRAN/COLOR/DOS/MENU/MUL/SND/MEU:SHELL.MEU
      /CLR:SHELL.CLR/PROMPT/MAINT/EXIT/SWAP/DATE


KBCategory: kbtool
KBSubcategory: win30
Additional reference words: 3.00 win30 3.00a


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 23, 1994
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.