what are the three ms dos files
Answers
Answer:
CONFIG.SYS file is used to configure the MS-DOS environment, AUTOEXEC.BAT file contains the commands that are executed automatically on startup, and COMMAND.COM file is the command interpreter for MS-DOS.
Explanation:
There are several files used in MS-DOS (Microsoft Disk Operating System) which was an operating system for x86-based personal computers. However, the three most commonly used files in MS-DOS are:
- The CONFIG.SYS file: This file contains system-specific device drivers and settings that are used to configure the MS-DOS environment. It is read by the operating system during startup and can be used to set parameters such as the number of file handles, the amount of memory available, and the location of the command interpreter.
- The AUTOEXEC.BAT file: This file contains a series of commands that are executed automatically by the operating system when the computer is started. It can be used to configure the environment, set environment variables, and run programs or scripts.
- The COMMAND.COM file: This is the command interpreter for MS-DOS. It interprets and executes the commands entered by the user, and is responsible for providing the command-line interface for the operating system.
More questions and answers
https://brainly.in/question/54834416
https://brainly.in/question/54812865
#SPJ3
Answer:
REPLACE: Replace files.
SHARE: File sharing and locking support.
SORT: Sorts input.
SUBST: Substitutes a drive letter for a subdirectory.
SYS: Transfers the system files to another drive to make it bootable.
TREE: Display a directory tree.
XCOPY: Extended file copy.
Standard DOS device drivers:
ANSI.SYS: ANSI console driver.
EMM386.EXE: Expanded memory manager.
HIMEM.SYS: Extended memory manager.
RAMDRIVE.SYS / VDISK.SYS: RAM disk; VDISK.SYS is in older versions of PC DOS.