Driver for MS Virtual PC mouse on MS-DOS?


Recommended Posts

Just the standard Mouse driver that comes with your MS-DOS installation will work.

585305420[/snapback]

In which diskette is, and how can I install?

Edit: Thanks fatgirl319, the problem now is that the game I am trying to run tells me that I don't have enough memory. (Before the mouse driver installation I could play the game)

Edited by Jordi_XD

First::

DOS 6.0 and above, try Memmaker.

If you have DOS 6.0 or higher, try running a program called memmaker. To do this, at the DOS prompt type "memmaker" and press Enter.

Second:

* Reduce Driver and Memory-Resident Program Use: The biggest reason why people run out of conventional memory is that they use too much of it for unnecessary drivers and memory-resident programs. Examine your CONFIG.SYS and AUTOEXEC.BAT files and remove lines that call programs you don't really need. The best way to do this is to insert the characters "REM " in front of the line. This makes the line into a "remark". The command is not executed, but it is still present in the file for easy undoing if removing the command causes a problem.

* Use HIMEM.SYS and the High Memory Area for DOS: The high memory area is the first 64 KB of the extended memory area; due to a quirk in the design of DOS, it is the only part of extended memory that can be accessed by regular DOS programs. The most efficient way to use it is by telling DOS to load itself into that area, instead of conventional memory. Do this by adding these two lines to CONFIG.SYS, at the top: "DEVICE=C:\WINDOWS\HIMEM.SYS" and "DOS=HIGH,UMB".

* Use EMM386.EXE and the Upper Memory Area: This system program enables the use of upper memory blocks (parts of the upper memory area). These blocks can be used for drivers and other programs that load when the system is booted, so that these are not taking up valuable conventional memory. The EMM386 program is what enables the use of these blocks. You will want to add the following line in your CONFIG.SYS file, under the HIMEM.SYS line: "DEVICE=C:\WINDOWS\EMM386.EXE". You will then need to add one or more parameters to the line depending on how you are using your system; see below.

* Disable Expanded Memory: EMM386.EXE enables access to the upper memory blocks but also to so-called "expanded memory". The difference between extended and expanded memory is a bit confusing, so see here if you want the full description; the short version is that expanded memory is a different way of using your extended memory that most people do not need. If you don't need expanded memory (and any program that still needs it today would be explicit about this need since it's unusual) then disable the EMS buffer by adding the "NOEMS" parameter on the EMM386 line. This will free up a full 64 KB of upper memory blocks for your use.

* Enable the Use of the Monochrome Video Area: By default, EMM386.EXE will not allow you to use the 32 KB upper memory block from B0000h to B7FFFh, because this is reserved for the monochrome text display area. Older PCs used this area to display black and white text, but today's PCs display even monochrome text using a color text mode. So unless you are using ancient software on an ancient PC, you can tell EMM386 to use this area for drivers. Just add "I=B000-B7FF" to the end of the EMM386.EXE line in the CONFIG.SYS file. This will save up to 32 KB of conventional memory.

Use DEVICEHIGH and LOADHIGH: Once you have loaded EMM386.EXE in your CONFIG.SYS file, the upper memory area is enabled and can be used by other device drivers or small programs. To load a driver that is in your CONFIG.SYS file--for example, a CD-ROM driver--into the upper memory area, change the start of its line from "DEVICE=" to "DEVICEHIGH=". To load a program in the AUTOEXEC.BAT file into the upper memory area, prefix the command with LOADHIGH or LH (a short form). So if before you loaded your DOS mouse driver with the command "C:\MOUSE\MOUSE.EXE", now you would have "LOADHIGH C:\MOUSE\MOUSE.EXE". Good candidates for DEVICEHIGH and LOADHIGH include: CD-ROM drivers, mouse drivers, compression drivers (DoubleSpace/DriveSpace) and any other small programs that you load from your system files.

# Reduce the Number of FILES and BUFFERS: DOS lets you set the number of file handles and buffers that it will use, through the FILES and BUFFERS commands in CONFIG.SYS. Reduce these to conserve a small amount of conventional memory, but be careful because making them too low can cause programs to malfunction. I usually use 100 and 40, respectively.

# Eliminate Disk Compression: Using disk compression requires that a driver be loaded at all times in memory, to handle compression and decompression when the compressed volume is used. If you are considering getting rid of the compression on your system for performance reasons, another reason is that you can eliminate the driver and save conventional memory. If you are going to use compression, at least load the driver using the DEVICEHIGH command; but if you are using Windows 95, see here because the situation is more complicated.

Here's what a typical CONFIG.SYS file would look like, incorporating the ideas above. My own CONFIG.SYS looks a fair bit like this. You might find it useful to use the following as a template and adjust it to the needs of your system setup:

* DEVICE=C:\WINDOWS\HIMEM.SYS

* DEVICE=C:\WINDOWS\EMM386.EXE NOEMS I=B000-B7FF

* DEVICEHIGH={insert other drivers here, such as a CD-ROM driver if appropriate}

* DOS=HIGH,UMB

* FILES=100

* BUFFERS=40

* BREAK=ON

* LASTDRIVE=Z

Hope this helps

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Camtasia 2026.1.3 by Razvan Serea TechSmith Camtasia is the complete professional solution for high-quality screen recording, video editing and sharing. Camtasia 2026 makes editing your videos easier, and faster than ever. The new editor is packed with enhanced video processing, all-new production technology, an innovative library, and stock videos and other creative assets to help you create more polished, professional videos. No video experience needed. Anyone can create informative, engaging videos. Create professional, eye-catching videos: Add special video effects - Apply Behaviors that are perfectly designed to animate your text, images, or icons. Get a crisp, polished look without being a professional video editor. Drag-and-drop your edits - What you see is what you get. Every effect and element in your video can be dropped and edited directly in the preview window. And you can edit at resolutions up to beautiful 4K, for clear video at any size. Get exceptional performance - Camtasia takes full advantage of your computer’s processor with 64-bit performance. You’ll get fast rendering times and enhanced stability—even on your most complex projects. Camtasia 2026.1.3 changelog: Feature Updates Improved keyboard navigability in tool panels. Improved screen reader accessibility of headings in Preferences. Tool panels can now be resized using a keyboard-navigable control. Updated color of folder icon in User Library tab for better visibility. Grouped media now render a composite waveform considering all audio media within that group. Added Long Path Aware to the manifest of Editor and Recorder. Performance Improvements Improved performance for editing groups on the timeline. Improved the project loading performance when timeline has lots of trec media with cursor data. Updates for IT Administrators Updated cpp-httplib from 0.38.0 to 0.43.3. Updated expat from 2.7.4 to 2.8.0. Updated freetype from 2.13.3 to 2.14.3. Updated harfbuzz from 13.0.1 to 14.2.0. Updated libpng16 from 1.6.55 to 1.6.58. Updated pango from 1.57.0 to 1.57.1. Updated girepository from 2.86.3 to 2.88.0. Updated pcre2-posix from 10.47.0 to 12.0.2. Added new harfbuzz-gpu.dll. Updated FFmpeg from 7.1.1 to 7.1.2. Updated aom from 3.11.0 to 3.13.1. Updated dav1d from 1.5.0 to 1.5.1. Updated ogg from 1.3.5 to 1.3.6. Updated SDL2 from 2.32.4 to 2.32.10. Updated zlib from 1.3.1 to 1.3.2. Updated Nalpeiron binaries to version 4.4.69.3. Bug Fixes Fixed an issue which prevented some user submitted crash reports from being sent. Fixed a potential memory leak when decoding HEVC or VP9 video. Fixed a potential crash when trying to delete a range selection on a magnetic track. Fixed a bug with the Properties Panel showing stale properties when only a caption is selected on the timeline. Fixed an issue that could prevent the Opacity and Blur properties from being changed in the Background Removal effect. Fixed an issue where larger Camtasia online projects may fail to open in Camtasia Editor. Table of contents thumbnails are no longer created for Smart Player exports with no table of contents. Fix resetting skew revert to revert just skew and not scale as well. Fixed editing in Snagit with snagX file with Unicode characters. Fixed a bug where grouped visual media could be cropped in some cases. Fixed importing SnagX files with Unicode characters. Localization fixes. Download: Camtasia 2026.1.3 | 309.0 MB (Shareware) View: Camtasia Homepage | Tutorials | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • yeah it seems to be Edge only. The dialog buttons work as expected in Chrome and Firefox. The phone is using Android 16 (OneUI 8.5) and Edge version  149.0.4022.53
    • I'm not aware of this issue, but to help the other guys.  What version of Android are you using? Did you try a different browser? To see if Edge is the issue here.
    • I agree when are you going to read this (really poor BTW) article? Here is a better article so you actually know what is going on and answers questions you had in other comments --> https://arstechnica.com/gadgets/2026/05/speed-boosting-low-latency-profile-is-one-of-the-improvements-coming-to-windows-11/ It is unclear if one will be able to disable the new profile at this point but I am not seeing any reason why one would.
  • Recent Achievements

    • One Month Later
      Jamswaz earned a badge
      One Month Later
    • Week One Done
      Jamswaz earned a badge
      Week One Done
    • Rookie
      Marzoid went up a rank
      Rookie
    • Community Regular
      coch went up a rank
      Community Regular
    • One Year In
      slackerzz earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      512
    2. 2
      PsYcHoKiLLa
      188
    3. 3
      +Edouard
      157
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      75
  • Tell a friend

    Love Neowin? Tell a friend!