Jump to content

Converting a DOS CONFIG.SYS to work in XP.


Silent Chaos

Recommended Posts

Hi Guys,

I'm faced with a bit of a situation.

I have an old config.sys in DOS that I need converted to make it possible for my DOS application to run in XP........

.....Can anyone help????

.....the ffg is my DOS Config.sys

___________________________________

BUFFERS=20

FILES=30

DOS=HIGH, UMB

SHELL=C:\DOS\COMMAND.COM /P /E: 512

DEVICE=C:\DOS\HIMEM.SYS

DEVICE=C:\DOS\EMM386.EXE RAM 2048 X=C800-CFFF D=64 FRAME=D000

DEVICEHIGH=C:\DOS\SETVER.EXE

DEVICEHIGH=C:\DOS\ANSI.SYS /X

___________________________________

....please help !!!!........

Link to comment
Share on other sites


You can use any name for your config.sys file. If you want to use this by itself, make a PIF file for it, and then go to the Properties / Programs page. The advanced button will allow you to select a file for the config.sys and autoexec.bat file (if these are different to the NT stuff).

BUFFERS=20
FILES=30
DOS=HIGH, UMB
SHELL=C:\DOS\COMMAND.COM /P /E: 512
DEVICE=C:\DOS\HIMEM.SYS
DEVICE=C:\DOS\EMM386.EXE RAM 2048 X=C800-CFFF D=64 FRAME=D000
DEVICEHIGH=C:\DOS\SETVER.EXE
DEVICEHIGH=C:\DOS\ANSI.SYS /X

You might need an alternate ANSI.SYS file here, eg PC-MAG's ansi.com or Nansi.sys.

Windows NT emulates dos 5.5. You only need setver for a limited range of progs.

You should run the proggie from command.com, if you need something like TSR's etc. A game might require it. Get a real command.com if you need this: eg freedos command.com, or 4dos.com. The NT command.com is a wrapper to comspec.

Use drivers in the Windows %systemroot%\system32 directory, not c:\dos.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...