There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
Games
Tag Cloud
access acer asus batch bios bsod computer crash driver drivers error ethernet excel freeze gaming graphics hard drive hardware hdmi internet laptop malware memory monitor motherboard mouse network printer problem ram registry router security server slow software sound svchost.exe trojan usb video virus vista wifi windows windows 7 windows 7 32 bit windows 7 64 bit windows xp wireless
Search
Search for:
Tech Support Guy Forums > Software & Hardware > Games >
AUTOEXEC.NT error

Reply  
Thread Tools
Couriant's Avatar
Distinguished Member with 27,145 posts.
 
Join Date: Mar 2002
Location: Chillin in AZ
Experience: B.S. in M.I.S
22-Feb-2005, 02:26 PM #1
AUTOEXEC.NT error
"C:\WINDOWS\SYSTEM32\AUTOEXEC.NT. The system file is not suitable for running MS-DOS and Microsoft Windows applications, Choose 'Close' to terminate the application"

There has been a few issues with an error regarding AUTOEXEC.NT. There is a few simple fixes for this error.

1) Navigate to the REPAIR folder in C:\WINNT or C:\WINDOWS. Copy the AUTOEXEC.NT file to C:\WINDOWS\SYSTEM32 folder.

2) With the Windows XP CD in the drive, go to Command Prompt and type:
expand (cdrom drive)\i386\autoexec.nt_ c:\windows\system32\autoexec.nt

(cdrom drive) is the letter drive you have your CD-ROM assigned to. Usually its D:. If it asks you to replace it, click yes.

Microsoft's Support Website has this issue listed and has a similar approach to fix the issue.

Other files that may be affected are CONFIG.NT and COMMAND.COM. The procedure is the same for the two files.

Anything else, contact Microsoft.

Regards,

~ Tidus4Yuna
__________________
Marlene Porter aka. Angelize56 - July 21st 1956 to July 14th 2007 -- Rest in peace Angelcakes :*(
I just had a newborn... so please wait while I try to get a chance to get online.
DO NOT send me email, or request MSN Messenger help, they will be canceled and blocked.
Kramer55's Avatar
Computer Specs
Senior Member with 588 posts.
 
Join Date: Jan 2005
Location: Michigan
Experience: Intermediate
22-Feb-2005, 03:52 PM #2
Could a mod sticky this?

I have seen numerous questions of this sort in the short time I have been a member here.
Cheeseball81's Avatar
Moderator & Malware Removal Specialist with 80,157 posts.
 
Join Date: Mar 2004
Location: Long Island, NY
Experience: Advanced
22-Feb-2005, 04:22 PM #3
Tidus, I'm actually glad you posted this. I see numerous people have this problem. Especially with XP.

I find that the easiest solution is found here: http://www.visualtour.com/downloads/

Just scroll to the XP Fix


~Cheese
Couriant's Avatar
Distinguished Member with 27,145 posts.
 
Join Date: Mar 2002
Location: Chillin in AZ
Experience: B.S. in M.I.S
22-Feb-2005, 09:45 PM #4
I asked for it to be stickied.

Actually I did this for you Cheeseball. I've seen that you've answered the majority of the posts. I was tired of seeing it so many times. People need to use the search tool!
Cheeseball81's Avatar
Moderator & Malware Removal Specialist with 80,157 posts.
 
Join Date: Mar 2004
Location: Long Island, NY
Experience: Advanced
22-Feb-2005, 10:23 PM #5
Thanks

Agree about using Search
~Candy~'s Avatar
Former Administrator with 104,742 posts.
 
Join Date: Jan 2001
Experience: Advanced
23-Feb-2005, 10:42 AM #6
Not sure why it should be stuck in GAMES? I've seen the same problems with other software programs too, but I see it did get stuck.
Couriant's Avatar
Distinguished Member with 27,145 posts.
 
Join Date: Mar 2002
Location: Chillin in AZ
Experience: B.S. in M.I.S
23-Feb-2005, 11:29 AM #7
I've only seen it here... Maybe you can copy it and sticky it in other forums like Windows XP and All Other Software
~Candy~'s Avatar
Former Administrator with 104,742 posts.
 
Join Date: Jan 2001
Experience: Advanced
23-Feb-2005, 11:36 AM #8
We don't like too many stuck threads. There's already 5 here, and I'm sure an equal amount in most places, if not more.

I know I've posted the fix in at least 2 or 3 threads too.
Couriant's Avatar
Distinguished Member with 27,145 posts.
 
Join Date: Mar 2002
Location: Chillin in AZ
Experience: B.S. in M.I.S
23-Feb-2005, 11:49 AM #9
understandable. I have requesed my other thread that I have in this forum to be unstickied. It's been awhile now since I did it and the issue seems to have died down.
Cheeseball81's Avatar
Moderator & Malware Removal Specialist with 80,157 posts.
 
Join Date: Mar 2004
Location: Long Island, NY
Experience: Advanced
23-Feb-2005, 06:28 PM #10
Good point, Candy.
I see the problem most frequently here. The other forum that I usually see them is in the 2000/XP one. It seems to happen a lot to XP users.
Jeffyboy's Avatar
Member with 60 posts.
 
Join Date: Mar 2005
Experience: Einstein
03-Mar-2005, 07:47 PM #11
Missing or Bad AUTOEXEC.NT
This file can be replaced
or just put the following in to the file... kind of a default autoexec.nt.

@echo off

REM AUTOEXEC.BAT is not used to initialize the MS-DOS environment.
REM AUTOEXEC.NT is used to initialize the MS-DOS environment unless a
REM different startup file is specified in an application's PIF.

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

REM The following line enables Sound Blaster 2.0 support on NTVDM.
REM The command for setting the BLASTER environment is as follows:
REM SET BLASTER=A220 I5 D1 P330
REM where:
REM A specifies the sound blaster's base I/O port
REM I specifies the interrupt request line
REM D specifies the 8-bit DMA channel
REM P specifies the MPU-401 base I/O port
REM T specifies the type of sound blaster card
REM 1 - Sound Blaster 1.5
REM 2 - Sound Blaster Pro I
REM 3 - Sound Blaster 2.0
REM 4 - Sound Blaster Pro II
REM 6 - SOund Blaster 16/AWE 32/32/64
REM
REM The default value is A220 I5 D1 T3 and P330. If any of the switches is
REM left unspecified, the default value will be used. (NOTE, since all the
REM ports are virtualized, the information provided here does not have to
REM match the real hardware setting.) NTVDM supports Sound Blaster 2.0 only.
REM The T switch must be set to 3, if specified.
SET BLASTER=A220 I5 D1 P330 T3

REM To disable the sound blaster 2.0 support on NTVDM, specify an invalid
REM SB base I/O port address. For example:
REM SET BLASTER=A0


Jeff at yourtechonline.com
Just cut and paste this out
Couriant's Avatar
Distinguished Member with 27,145 posts.
 
Join Date: Mar 2002
Location: Chillin in AZ
Experience: B.S. in M.I.S
03-Mar-2005, 09:26 PM #12
Jeff, thanks for the tip, but I think what we have is sufficent. Most of the people that have this error don't seem to have any clue on how to do what I posted let alone yours, as seen here.
Reply

Search Tech Support Guy

Find the solution to your
computer problem!




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.
Thread Tools



Facebook Facebook Twitter Twitter TechGuy.tv TechGuy.tv Mobile TSG Mobile
You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 01:20 AM.
Copyright © 1996 - 2011 TechGuy, Inc. All rights reserved.

Powered by Cermak Technologies, Inc.