Microsoft Store
 

CONFIG.SYS


 

CONFIG.SYS is the primary configuration file of the MS-DOS and OS/2 operating systems.

Related Topics:
MS-DOS - OS/2 - Operating system

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

It is composed mostly of name=value statements which look like variable assignments. In fact these will either define some tunable parameters often resulting in reservation of memory, or load files, mostly TSRs and device drivers, into memory.

Related Topics:
TSR - Device driver

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

After reading the config.sys file, MS-DOS proceedes to load command.com, which then executes the autoexec.bat batch file.

Related Topics:
Command.com - Autoexec.bat - Batch file

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Both config.sys and autoexec.bat can still be found included in the system files of the later operating system Microsoft Windows. Usually these files are empty files, with no content. OS/2 did not use the autoexec.bat file.

Related Topics:
Microsoft Windows - OS/2

~ ~ ~ ~ ~ ~ ~ ~ ~ ~