QUICK LINKS
About the Autoexec / Config
How to Edit the files
Remarking information
Getting additional memory
Autoexec.bat layout
Config.sys layout
Information about batch files
Technical Support
ABOUT THE AUTOEXEC / CONFIG
The autoexec.bat and the config.sys were files created for MS-DOS and Windows 3.x as an easy solution of
loading the files required for various devices as well as the operating system to properly
run. These files are required for later revisions of MS-DOS and Windows 3.x to load.
However because Microsoft is trying to steer away from Windows these files are not
required for Windows 95, Windows 98, Windows NT or Windows 2000.
HOW TO EDIT THE FILES
The auotexec.bat and the config.sys are most commonly edited by
the MS-DOS command file Edit. To edit these files type edit
c:\autoexec.bat to edit the autoexec.bat file or edit c:\config.sys
to edit the config.sys file. If the mouse drivers are no loaded properly you will not have
the capability of navigating the mouse. On our edit page we have listed
If you have Windows 95 or Windows 98 it is recommended that you use the sysedit command to run
this program click Start / Run and type sysedit. |
|
|
|
REMARKING
INFORMATION Remarking lines within the autoexec.bat or the
config.sys allows you to temporarily or permanently prevent a line from loading each time
you boot the computer. The method most commonly used is placing "REM "
in front of the file you wish to skip.
If you are encountering issues with a line in the autoexec.bat it is
highly recommended that you remark the line instead of removing it. This will prevent
issues from arising if the line needs to be placed back into the appropriate file.
GETTING
ADDITIONAL MEMORY
The following will help allow your computer to load
programs into memory more efficiently allowing you to have more memory for MS-DOS programs
/ games.
Ensure you have the following lines at the beginning
of your config.sys file.
DEVICE=C:\WINDOWS\HIMEM.SYS
DOS=HIGH,UMB
DEVICE=C:\WINDOWS\EMM386.EXE NOEMS
By placing the DOS=HIGH,UMB on the second line this can in some cases save
memory because it is loading DOS into upper memory before loading the memory manager.
Additionally the first and third line cannot be loaded into high memory because these
lines are the memory managers.
Load all your devices in your config.sys and autoexec.bat into high
memory. |