First post, by pluc
Hi all, we have an old but important dos application (written in clipper) that currently we run on windows 2000/XP in a ntvdm box and eats so much system resources.
I tried it out on doxbox and the resources used are much lower, but the application is not fully functional:
the app loads correctly but after few operations hangs saying that config.sys is not correct.
The app, also in dos/windows, needs these lines in config.sys:
files=199
buffers=40
DOS=HIGH,UMB
device=C:\WINDOWS\COMMAND\display.sys con=(ega,,1)
Country=039,850,C:\WINDOWS\COMMAND\country.sys
and in autoexec:
mode con codepage prepare=((850) C:\WINDOWS\COMMAND\ega.cpi)
mode con codepage select=850
keyb it,,C:\WINDOWS\COMMAND\keyboard.sys
doskey
when I launch DosBox there are two errors:
Illegal command: DOSKEY
Illegal command: DOS
how can I corrrectly set those two instructions? is there an alternative syntax or command?
thanks,
Luca.