There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
antivirus audio avg avg 8 bios boot browser bsod computer cpu crash css desktop driver dvd email error excel explorer firefox firefox 3 freeze game graphics hard drive hardware help please hijackthis hjt hjt log install internet internet explorer itunes javascript lan laptop malware missing monitor msn network networking openoffice outlook outlook 2003 outlook express php popups problem router security seo slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless word
Games
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Games >
AUTOEXEC.NT error


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
Couriant's Avatar
Computer Specs
Distinguished Member with 23,150 posts.
 
Join Date: Mar 2002
Location: Proud Brit in VA
Experience: B.S. in M.I.S
22-Feb-2005, 01: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
__________________
Due to a population surge in Hoosier Town, there are too few jobs for the citizens! Please donate 1 left click here to create those jobs!

A+ Certified, Network+ Certified

ON VACATION UNTIL 13TH JULY - I MAY NOT BE ABLE TO REPLY TO YOUR POSTS OR MESSAGES

Marlene Porter aka. Angelize56 - July 21st 1956 to July 14th 2007
Rest in peace Angelcakes :*(
Kramer55's Avatar
Computer Specs
Senior Member with 588 posts.
 
Join Date: Jan 2005
Location: Michigan
Experience: Intermediate
22-Feb-2005, 02: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 with 71,352 posts.
 
Join Date: Mar 2004
Location: New York
Experience: Mighty Nerdy
22-Feb-2005, 03: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
Computer Specs
Distinguished Member with 23,150 posts.
 
Join Date: Mar 2002
Location: Proud Brit in VA
Experience: B.S. in M.I.S
22-Feb-2005, 08: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 with 71,352 posts.
 
Join Date: Mar 2004
Location: New York
Experience: Mighty Nerdy
22-Feb-2005, 09:23 PM #5
Thanks

Agree about using Search
AcaCandy's Avatar
Computer Specs
Administrator with 97,359 posts.
 
Join Date: Jan 2001
Location: Las Vegas, NV & Acapulco, Mexico
Experience: Advanced
23-Feb-2005, 09: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
Computer Specs
Distinguished Member with 23,150 posts.
 
Join Date: Mar 2002
Location: Proud Brit in VA
Experience: B.S. in M.I.S
23-Feb-2005, 10: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
AcaCandy's Avatar
Computer Specs
Administrator with 97,359 posts.
 
Join Date: Jan 2001
Location: Las Vegas, NV & Acapulco, Mexico
Experience: Advanced
23-Feb-2005, 10: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
Computer Specs
Distinguished Member with 23,150 posts.
 
Join Date: Mar 2002
Location: Proud Brit in VA
Experience: B.S. in M.I.S
23-Feb-2005, 10: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 with 71,352 posts.
 
Join Date: Mar 2004
Location: New York
Experience: Mighty Nerdy
23-Feb-2005, 05: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, 06: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
Computer Specs
Distinguished Member with 23,150 posts.
 
Join Date: Mar 2002
Location: Proud Brit in VA
Experience: B.S. in M.I.S
03-Mar-2005, 08: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.
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

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 10:52 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.