Autoexec.nt
Solved
Hello, after running a Sony patch EXE for IntelliSync on Windows XP Pro, I consistently get the message:
"C\WINDOWS\SYSTEM32\AUTOEXEC.NT. The system file is not suitable for running MS-DOS or Microsoft Windows applications. Choose 'Close' to terminate the application"
Thank you for your help.
JR
"C\WINDOWS\SYSTEM32\AUTOEXEC.NT. The system file is not suitable for running MS-DOS or Microsoft Windows applications. Choose 'Close' to terminate the application"
Thank you for your help.
JR
19 answers
-
Hello
Normally you have the autoexec.nt_ file in the directory c:\windows\i386
Type
expand c:\windows\i386\autoexec.nt_ c:\windows\system32\autoexec.nt
and it should be permanent. It worked for me!-
-
@LauraHi,
you open your console or command prompt and you type:
cd\ [enter]
cd windows\i386\ [enter]
expand autoexec.nt_ autoexec.nt [enter]
If you want to know the syntax of the command "expand" you type:
expand /? [enter]
-