DOS Help!

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
User avatar
Paindriver
Regular Member
Posts: 405
Joined: Mon Sep 03, 2001 2:50 am
Location: Texas

DOS Help!

Post by Paindriver »

I need some help on installing:

-Mouse (Microsoft)
-Printer (Epson Dot Matrix)
-Zip drive (Iomega)

on a DOS only system.

If anyone knows of a good site for this please post.
I googled these individually but didn't get much help.

T.I.A.
Current Rig:
AMD Athlon Barton 2500+ (Volcano 9);Asus A7N8X-E; Geforce 6800; Samsung 512mb PC-2700 DDR333; 80gig WD Special Edition HardDrive; DVD-ROM; Cendyne CDRW; Sound Blaster; WinXP
User avatar
mnosteele52
Posts: 11913
Joined: Tue Jul 24, 2001 12:00 pm
Location: Chesapeake, VA

Post by mnosteele52 »

PM Norm, if he doesn't know nobody does......... he is the DOS Master.

:cool: :D
User avatar
YeOldeStonecat
SG VIP
Posts: 51171
Joined: Mon Jan 15, 2001 12:00 pm
Location: Somewhere along the shoreline in New England

Post by YeOldeStonecat »

I can help ya with the Iomega zip...I used to install them on DOS systems a lot years ago.

What you need to do is download the DOS driver. "guest.exe", and put it in some directory such as C:\Iomega. Then load it in autoexec.bat, "C:\IOMEGA\GUEST.EXE"

Here's a few links,

http://www.iomega.com/support/documents/10304.html

http://www.iomega.com/software/zipdrivers.html

Download link for drivers if you don't have your cd-rom, http://download.iomega.com/english/dos_551.exe
It unzips several files, you can run install and it makes a directory DOSSTUFF.

The Microsoft Mouse used to have a floppy disk which loaded it in autoexec.bat and config.sys.
http://www.input-drivers.com/drivers/57/57020.htm
There's a read-me file in the zipped file.

Here's another for the mouse,
http://www.softwarepatch.com/utilities/msdosmouse.html

For the dot matrix printer...you often don't have to do much for them, in DOS it was the applications that often controlled the printer drivers within themselves, not the OS. Often hardware controlled printers like dot matrix, you just plug them in and you can print right away to them. Plug it in and try typing in at the C prompt "dir >lpt1" without the quotes. You should get a printout of your C directory.
MORNING WOOD Lumber Company
Guinness for Strength!!!
User avatar
Paindriver
Regular Member
Posts: 405
Joined: Mon Sep 03, 2001 2:50 am
Location: Texas

Post by Paindriver »

Originally posted by YeOldeStonecat

What you need to do is download the DOS driver. "guest.exe", and put it in some directory such as C:\Iomega. Then load it in autoexec.bat, "C:\IOMEGA\GUEST.EXE"


This is what i was looking for. I knew i had to get some drivers, the problem was that i didn't know what to type in the autoexec.bat for each of the devices. Do i have to do the same for the mouse?...... create a directory on the drive such as
C:\MOUSE and put the mouse drivers in there, then type C:\MOUSE\MDRIVER.EXE in autoexec.bat?

Thanks for the help.
Current Rig:
AMD Athlon Barton 2500+ (Volcano 9);Asus A7N8X-E; Geforce 6800; Samsung 512mb PC-2700 DDR333; 80gig WD Special Edition HardDrive; DVD-ROM; Cendyne CDRW; Sound Blaster; WinXP
User avatar
YeOldeStonecat
SG VIP
Posts: 51171
Joined: Mon Jan 15, 2001 12:00 pm
Location: Somewhere along the shoreline in New England

Post by YeOldeStonecat »

Originally posted by Paindriver
Do i have to do the same for the mouse?...... create a directory on the drive such as
C:\MOUSE and put the mouse drivers in there, then type C:\MOUSE\MDRIVER.EXE in autoexec.bat?

Thanks for the help.


I forget about mice...I think you also need to load .sys files in the config.sys. Actually if I remember the install program should do those for you, but there's always a readme file in mice driver bundles...that will tell you step by step how to install them.
MORNING WOOD Lumber Company
Guinness for Strength!!!
User avatar
Norm
SG VIP
Posts: 14195
Joined: Tue Mar 27, 2001 12:00 pm

Post by Norm »

Looks like YOSC has things under control here.

A couple of tips...

If you use an exe or com file for a mouse driver, just call it from autoexec.bat. I just put these files in the root of c: to make it easy, but any dir will do.

If you use a .sys file for any driver, then you want to add
device=whatever.sys in config.sys file.

Ditto on printing from Dos, no driver needed, as long as LPT1 is enabled in bios. (text files)
Post Reply