1. Simple mouse
------=_NextPart_000_0026_01BF255F.84945E20
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi all:
Anybody know where I can get a simple mouse program to use the mouse =
when I'm in MSDOS mode? I'm trying to learn programing with Euphoria, =
but my handycap requiers me to use the mouse. The keyboard's out. I had =
a mouse.com on my old system and puting that in the autoexec.bat worked =
but I can't find it on the net. I need it to run a biggniers guide to =
euphoria. I realy want to learn euphoria so I hope you guys will =
tollerat my dumb questions, spelling, and ideas. ALL HELP WELCOME.
Alvin Koffman
http://members.tripod.com/ka9qlq/ka9qlq.html
------=_NextPart_000_0026_01BF255F.84945E20
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3401" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#f8e0c0>
<DIV><FONT face=3DArial size=3D2>Hi all:<BR> Anybody know =
where I can=20
get a simple mouse program to use the mouse when I'm in MSDOS mode? I'm =
trying=20
to learn programing with Euphoria, but my handycap requiers me to use =
the mouse.=20
The keyboard's out. I had a mouse.com on my old system and puting that =
in the=20
autoexec.bat worked but I can't find it on the net. I need it to run a =
biggniers=20
guide to euphoria. I realy want to learn euphoria so I hope you guys =
will=20
tollerat my dumb questions, spelling, and ideas. ALL HELP =
WELCOME.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Alvin Koffman</FONT></DIV>
<DIV><FONT face=3DArial size=3D2><A=20
od.com/ka9qlq/ka9qlq.html</A></FONT></DIV>
------=_NextPart_000_0026_01BF255F.84945E20--
2. Re: Simple mouse
- Posted by Bernie Ryan <bwryan at PCOM.NET>
Nov 02, 1999
-
Last edited Nov 03, 1999
First check the diskettes that came with your system or mouse. You may
find a driver on one of the diskettes.
If you go to this site http://www.devinfo.com/cgi/search.cgi
and search for "Microsoft mouse" or "mouse" you may find a driver that
you can use.
Bernie
3. Re: Simple mouse
- Posted by Brian Broker <bkb at CNW.COM>
Nov 02, 1999
-
Last edited Nov 03, 1999
On Tue, 2 Nov 1999 18:24:36 -0500, A.R.S. Alvin Koffman
<ka9qlq at HOTMAIL.COM> wrote:
>Hi all:
> Anybody know where I can get a simple mouse program to use the mouse
>when I'm in MSDOS mode?
You can find a generic mouse driver for DOS in
US/msmouse.exe
It is an executable archive that contains mouse.exe. You should be able to
just run it to get mouse support (stick it in your autoexec.bat).
4. Re: Simple mouse
It worked, thanks guys.
Alvin