|
|
Subject:
configuring a DOS-Program under WinXP/2000
Category: Computers > Operating Systems Asked by: kk1234-ga List Price: $50.00 |
Posted:
26 Dec 2003 05:35 PST
Expires: 25 Jan 2004 05:35 PST Question ID: 290377 |
WinXp prof. is installed (or Win 2000). Now I am trying to run a DOS- program. Therefore it needs the command files=40 in %systemroot%\system32\config.nt. It seems to me there is no result. Even a value of 255 has no effect (program interrupts with "not enough handles"). What can I do ? Next problem is to get enough memory. the commands I use are: device=%SystemRoot%\system32\himem.sys noems (same effect when not using noems) dos=high,umb files=255 Same problem as above: no effect. I am using the same config.nt and autoexec.nt with WinNT, everything works correctly. What`s wrong in XP and 2000? Hope some one can help me. | |
| |
| |
|
|
There is no answer at this time. |
|
Subject:
Re: configuring a DOS-Program under WinXP/2000
From: jjb-ga on 30 Dec 2003 11:41 PST |
Another option may be to use a tool like VMware to emulate a DOS-based computer, and run the DOS application through the emulator. |
Subject:
Re: configuring a DOS-Program under WinXP/2000
From: cdc-ga on 31 Dec 2003 07:50 PST |
Give 16-bit apps their own separate processes [HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ WOW] "DefaultSeparateVDM"="Yes" By default, Windows XP will only open one 16-bit process and cram all 16-bit apps running on the system at a given time into that process. This simulates how MS-DOS based systems viewed systems and is necessary for some older applications that run together and share resources. However, most 16-bit applications work perfectly well by themselves and would benefit from the added performance and stability of their own dedicated resources. To force Windows XP to give each 16-bit application it's own resources, browse to HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ WOW and find the String "DefaultSeparateVDM". If it is not there, you may need to create it. Set the value of this to Yes to give each 16-bit application its own process, and No to have the 16-bit application all run in the same memory space. HOW TO: Identify a 16-bit Program in Windows XP http://support.microsoft.com/default.aspx?scid=kb;en-us;320127 How to Troubleshoot 16-Bit Windows Programs in Windows XP http://support.microsoft.com/default.aspx?scid=kb;en-us;314495 |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |