Jump to content

Converting a DOS CONFIG.SYS to work in XP.


Recommended Posts

Posted

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 !!!!........


Posted

thanks omnifred....... that part of the problem I've already figured out.....

The part that I stuck with is, translating that file into commands that XP will recognise in order that my PIF will function.........

Posted

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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