Using Device Manager under Ms-Dos

Last update on June 26, 2009 08:11 AM by jak58
Published by jak58

Using Device Manager under Ms-Dos






Intro


A peripheral is considered as a piece of r hardware that is added to a host computer, in order to expand its abilities. More precisely, the term is used to describe those devices that are optional, on the contrary of hardware that are always required by your system.

Peripherals like the: keyboard, mouse, floppy drive, monitor, printers..Etc, each of them can be personalized base upon you needs.

To use the Device Manager under MS-DOS, firstly it must be installed; this is achieved by adding the device command to the CONFIG.SYS file. When MS-DOS is started the Device Manager is automatically loaded in the memory.

E.g To load the device manager MOUSE.SYS found in the C:\ MOUSE directory; simply insert the following command device=c:\mouse\keyboard.sys

When MS-DOS read the below command, it loads up the device manager MOUSE.SYS stored in memory, allowing you to use your mouse.

Device manager supported by MS-DOS


Here is a list of plug&play Device manager supported by MS-DOS.

ansi.sys


Manages ANSI terminal (American National Standards Institute) emulation. For further information type: help ansi.sys in the MS-DOS command Window.

display.sys


Manages communication code pages for the monitor. For further information type: help display.sys in the MS-DOS command Window.

dblspace.sys


load within the command devicehigh command, indicates MS-DOS to move DBLSPACE.BIN from conventional memory to main memory. DBLSPACE.BIN is the part of MS-DOS giving access to compressed readers using DoubleSpace.For further information type: help dblspace.sys in the MS-DOS command Window.

driver.sys


Make use of the floppy drives not managed by the ROM BIOS of your system.For further information type: help driver.sys in the MS-DOS command Window.

ega.sys


Saves and restores displays when a graphics program is used by an EGA monitor.For further information type: help display.sys in the MS-DOS command Window.

emm386.exe


Simulates and allows access to the area of memory on PC with a 80386 processor or higher and using extended memory. At its first use, the optimization program memory Microsoft MemMaker automatically installs the device manager

himem.sys


Manages the use of extended memory to a computer with a 80286 processor or higher. On such systems, this device manager is automatically installed by the Install MS-DOS software.

ramdrive.sys


Simulates a hard disk by creating a virtual disk into RAM.

setver.exe


Load MS-DOS table of version on memory.

smartdrv.exe


Execute a double buffer to ensure compatibility to hard drive controllers who can not use the memory provided by EMM386.EXE, or by Windows 386 extended mode.
Best answers for « Using Device Manager under Ms Dos » in :
Operating Systems - Installing MS-DOS Show Installing MS-DOS When installing MS-DOS, make sure that in the BIOS the the boot disk is set to A: first, then the hard drive (boot sequence: A:, C:) Then insert disk 1 in the A: drive, power up the computer, then follow the on-screen...
MS DOS Files and directories Show Files in MS DOS In a computers data is stored in files. When you run a program, MS-DOS processes the data stored in the file and passes it to the system. In MS-DOS a file can be any size, however the file name is more restricted, it can only have...
Basic MS-Dos commands Show Basic MS-Dos commands Intro The command prompts: Intro Here is a list of basic commands that you can use in a DOS prompt (e.g. a using a boot disk). To have additional information about these commands, type /? after entering the...
Connecting to a Ftp server under Ms-Dos ShowConnecting to a Ftp server under Ms-Dos The ftp command allows you to get connected using command lines. Some of these options provide an automatic connection; this is done through a list of commands store on a text file. ftp -i ...
VISTA ERROR: MS-DOS FUNCTION INVALID ShowVISTA ERROR: MS-DOS FUNCTION INVALID Solution When trying to delete a file, Microsoft Vista display the following error message: Copy the file - An unexpected error fails operation. Note that the error code, which can help you...
[MS-Dos]List the contents of a directory in a file Show[MS-Dos]List the contents of a directory in a file Intro Explanation Intro It may be convenient to make the listing of one or more directories in a file, to make a catalog of files. Under MS-DOS (or Windows by opening a...
Download HP USB Disk Storage Format Tool ShowHP USB Disk Storage Format Tool is a small utility allowing to format a key USB or READER MP4. It also allows to make a key (Bootable). This software works with all keys and readers MP4 of the market. To make work this utility under Windows...
Download VDMSound ShowVDMSound is a free software " open source " working in emulator of cards sounds for Microsoft Windows. He allows videos games and in applications conceived under MS-DOS to work on the new operating systems. VDMSound emulates cards Adlib and Sound...
Download LiteStep Installer ShowFor all those who cannot stand seeing the graphic interface of default Windows’ operating system, this tool will satisfy you amply. LiteStep is a program to replace your interface according to your tastes and needs. It is the "shell" which...
Operating Systems - MS-DOS - Tips ShowSetting the CD-ROM drive The CD-ROM drive is configured in the config.sys and autoexec.bat system files. The CD-ROM drive device driver must be configured in the config.sys file (even if the device is automatically detected in Windows). To do...
Introduction to DOS ShowThe development of MS-DOS MS-DOS is the most well known operating system, the most commercialised version is that of Microsoft, christened "MS-DOS" (there are other versions such as DR-DOS). MS-DOS was created in 1981 when it was used on an IBM...
Operating Systems - MS-DOS - Commands ShowCommand Description dir lists the contents of a folder cd changes folder cd .. parent folder md or mkdir creates a new folder deltree deletes a folder and all sub-folders copy, xcopy copies...