MarkYoungIW
IS-IT--Management
We are running a Clipper database that has run fine on Windows 98 using the following inserts in the autoexec.bat and config.sys
Autoexec.bat
SET CLIPPER=v015;f255;r016;e000
Config.sys
DEVICE=C:\WINDOWS\SETVER.EXE
DEVICE=C:\WINDOWS\HIMEM.SYS
DEVICE=C:\WINDOWS\EMM386.EXE noems x=d000-dfff
DOS=HIGH,UMB
FILESHIGH=255
STACKSHIGH=9,256
FCBSHIGH=4,0
SHELL=C:\COMMAND.COM C:\ /P /E:512
COUNTRY=044,,C:\DOS\COUNTRY.SYS
DEVICEHIGH=C:\WINDOWS\COMMAND\ANSI.SYS
However, in Windows XP I take it this should be added to the config.nt file, but what needs to be done with:-
DEVICE=C:\WINDOWS\EMM386.EXE noems x=d000-dfff
I would be very grateful with some help with this as Clipper is far from being anything I have ever really dealt with.
Autoexec.bat
SET CLIPPER=v015;f255;r016;e000
Config.sys
DEVICE=C:\WINDOWS\SETVER.EXE
DEVICE=C:\WINDOWS\HIMEM.SYS
DEVICE=C:\WINDOWS\EMM386.EXE noems x=d000-dfff
DOS=HIGH,UMB
FILESHIGH=255
STACKSHIGH=9,256
FCBSHIGH=4,0
SHELL=C:\COMMAND.COM C:\ /P /E:512
COUNTRY=044,,C:\DOS\COUNTRY.SYS
DEVICEHIGH=C:\WINDOWS\COMMAND\ANSI.SYS
However, in Windows XP I take it this should be added to the config.nt file, but what needs to be done with:-
DEVICE=C:\WINDOWS\EMM386.EXE noems x=d000-dfff
I would be very grateful with some help with this as Clipper is far from being anything I have ever really dealt with.