
| DCMS
Program Troubleshooting Answers
Back
Q. When I start the DCMS, I get a confusing Windows error message indicating a problem with either the "config.nt" file or the "autoexec.nt" file. I was asked about this problem a few months ago and coincidentally, I had encountered the very same problem a few days earlier with someone else's computer. The problem is that one of your system files is either missing or corrupted. Here is the answer straight from Microsoft's knowledge base and it helped me fix the other user's computer. You are going to need your original Windows disk to do this fix... SYMPTOMS If you try to start or install an MS-DOS-based or a 16-bit Windows-based program on your Windows XP-based computer, you may experience a system freeze up or you may receive an error message that is similar to one of the following: 16-bit
MS-DOS Subsystem
16-bit
MS-DOS Subsystem
16-bit
MS-DOS Subsystem
Although you may be prompted to quit the program or ignore the error message, either selection makes the program quit. CAUSE This
issue may occur if one or more of the following files are missing or damaged:
RESOLUTION To resolve this issue: 1. Insert the original Windows CD into the CD drive or DVD drive. 2. Click Start, and then click Run. 3. In the Open box, type cmd , and then click OK. 4. At the command prompt, type the following commands, pressing ENTER after each command: (if your CD-ROM drive is not D:, replace D: in the lines below with the correct drive letter)
expand D:\i386\config.nt_ c:\windows\system32\config.nt
5. Start or install the program. If the issue is resolved, do not complete the remaining steps. If the issue is not resolved, go to the next step. 6. Note: The Command.com file is not edited or created in this in the following process. Because of this, you may have to expand it from your Windows XP CD-ROM. START NOTEPAD 7.
In Notepad, type the following entries:
8 On the File menu, click Save As. 9. In the File Name box, type Config.nt , and then click Save. Close the Config.nt file. 10. On the File menu, click New. 11. In the new blank document, type the following entries:
@echo off
12. On the File menu, click Save As. 13. In the File Name box, type Autoexec.nt , and then click Save. Close the Autoexec.nt file. 14. Start Windows Explorer. Locate the Config.nt file, right-click the Config.nt file, and then click Copy. 15. Right-click the C:\Windows\System32 folder, and then click Paste. 16. Locate the Autoexec.nt file, right-click the Autoexec.nt file, and then click Copy. 17. Right-click the C:\Windows\System32 folder, and then click Paste. 18. Locate the Command.com file, right-click the expanded Command.com file, and then click Copy. 20. Right-click the C:\Windows\System32 folder, and then click Paste. 21. Restart your computer. You should be fine from here on. Hope
that helps.
|