DOS program won't work in XP sp2

J

JoeSmo

Now that I've updated to sp2, a DOS program that I've
been using (dbase) won't work. It says "autoexec.nt - The
system file is not suitable for running MS-DOS
applications." Does anyone know how I can fix this?
James cpn(removethis)@calweb.com
 
C

Carey Frisch [MVP]

Error message when you install or start an MS-DOS or 16-bit Windows-based program
http://support.microsoft.com/default.aspx?scid=kb;en-us;324767&Product=winxp

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User

Be Smart! Protect Your PC!
http://www.microsoft.com/athome/security/protect/default.aspx

-----------------------------------------------------------------------------

:

| Now that I've updated to sp2, a DOS program that I've
| been using (dbase) won't work. It says "autoexec.nt - The
| system file is not suitable for running MS-DOS
| applications." Does anyone know how I can fix this?
| James cpn(removethis)@calweb.com
 
A

Alex Nichol

JoeSmo said:
Now that I've updated to sp2, a DOS program that I've
been using (dbase) won't work. It says "autoexec.nt - The
system file is not suitable for running MS-DOS
applications." Does anyone know how I can fix this?

Edit the file - in windows\system32 with Notepad

Reduce it to (aside from lots of lines starting REM)


REM Install CD ROM extensions
lh %SystemRoot%\system32\mscdexnt.exe

REM Install network redirector (load before dosx.exe)
lh %SystemRoot%\system32\redir

REM Install DPMI support
lh %SystemRoot%\system32\dosx


and any SET or PATH lines

That does not mean that a given old DOS program will in fact run: if it
seeks to install a TSR through autoexec.bat it probably will not
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top