Computing.Net > Forums > Disk Operating System > DOS 6.22 Config.sys file

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

DOS 6.22 Config.sys file

Reply to Message Icon

Name: Bhush
Date: March 7, 2002 at 01:27:13 Pacific
Comment:

I have a Pentium 100MHz machine with MS-DOS only on it. What are the basic things that should be in my CONFIG.SYS and AUTOEXEC.BAT files? The ones I'm using came from the Win98SE boot disk, and they give me lots of error messages. Thanks.



Sponsored Link
Ads by Google

Response Number 1
Name: bill 2
Date: March 7, 2002 at 09:49:15 Pacific
Reply:

There are some basic things in every CONFIG.SYS and AUTOEXEC.BAT and also some things that are unique to each installed program. Try to find and copy back the original installed DOS files before you put the Win 98 files on the disk and restore them. You can edit your AUTOEXEC.BAT and remove the @echo off command on the front and it will display each command as it is executed on your monitor. You can see which lines are getting errors and remove or correct them. Here are two typical files to look at.

AUTOEXEC>BAT
@ECHO OFF
PROMPT $p$g
PATH C:\DOS;C:\WINDOWS;C:\TOOLS
set sound= d:\sb
rem set sbmaster=4044-16656
C:\DOS\mode con: rate=30 delay=2
LH /L:0;1,45456 /S c:\dos\smartdrv 1024 256 /x
c:\tools\sa bold yellow on blue
c:\tools\numlkoff
LH /L:1,13984 C:\DOS\SHARE.exe

CONFIG.SYS
DEVICE=C:\DOS\HIMEM.SYS
DEVICE=C:\DOS\EMM386.exe NOEMS
BUFFERS=15,0
FILES=20
dos=UMB
LASTDRIVE=E
FCBS=16,8
dos = high
DEVICEHIGH /L:1,12048 =C:\DOS\SETVER.exe
SHELL=C:\DOS\COMMAND.COM C:\DOS\ /p
DEVICEHIGH /L:1,19168 =C:\DOS\MSCMOUSE.SYS /2 /A9
STACKS=9,256
DEVICEHIGH /L:1,1824 =C:\DOS\TANSI.SYS
rem DEVICE=C:\WINDOWS\IFSHLP.SYS

If you edit the files to remove bad commands do not remove the lines. Instead, type rem on the front of the line and change them to remarks so you can restore them if need be.


0

Response Number 2
Name: Fred6008
Date: March 10, 2002 at 05:06:05 Pacific
Reply:

First, you don't need those files to boot. Minimum for the files would be:
Config.sys
DEVICE=C:\DOS\HIMEM.SYS (if you run windows or a ramdrive)
DEVICE=OAKCDROM.SYS (or other ROM driver)
Autoexec.bat
Prompt $P$G (makes dos display directories)
PATH=C:;C:\DOS
C:\DOS\MSCDEX
*******************************************
Beyond this you add lines as you need the computer to do something.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: DOS 6.22 Config.sys file

Boot menu to use Dos 6.22 and win95 www.computing.net/answers/dos/boot-menu-to-use-dos-622-and-win95/13931.html

Copying DOS 6.22 to 5.0 www.computing.net/answers/dos/copying-dos-622-to-50/11087.html

I have dos 6.22 www.computing.net/answers/dos/i-have-dos-622/500.html