This question is for the opposite of what most users want. I've got some dBase 5 for DOS programs that need to run as fast as possible to get the job done in the least amount of time. The computer doesn't need to do much else meantime. I just checked how much CPU usage dBase 5 for DOS grabs in Cmd.exe (up to 50%) and the more limited but older Command.com (Idle sensitivity set to medium=50%; set to right, 20%) so neither one uses over half the CPU cycles according to SysInternals' Process Explorer. By the way, that's great freeware!
Is there a setting that allows a "DOS window" aka NTVDM grab more CPU cycles? I just wondered if I could shave 20-40% off the current time it takes to run these long processes...
(Yes I know that rewriting this code in newer 32-bit languages will speed it up enormously, several times faster, but conversion is proceeding in stages and this legacy code is still needed.)
dbMark
Is there a setting that allows a "DOS window" aka NTVDM grab more CPU cycles? I just wondered if I could shave 20-40% off the current time it takes to run these long processes...
(Yes I know that rewriting this code in newer 32-bit languages will speed it up enormously, several times faster, but conversion is proceeding in stages and this legacy code is still needed.)
dbMark