Running DOS programs

  • Thread starter Thread starter Nuno Gomes
  • Start date Start date
N

Nuno Gomes

Hello,


I have applications developed in CLIPPER and they were developed in DOS.

In Windows98 there were commands to charge the OS in high memory to run DOS
programs.
Commands like:
DEVICE=C:\DOS\HIMEM.SYS /TESTMEM:OFF
DEVICE=C:\DOS\EMM386.EXE AUTO RAM
DOS=HIGH
DEVICEHIGH /L:1,15872 =C:\DOS\DISPLAY.SYS CON=(EGA,,1)


But in Windows XP how that works?...
Now, i'm having problems running such applications...

Any ideias will be appreciated.


Thanks,

Nuno Gomes
 
Put those commands in the %systemroot%\system32\config.nt file. Consult
your Windows help files for more information.

John
 
Back
Top