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

19 answers

  1. 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!
    1
    1. Hello, I have the same problem, but I don't understand the meaning of "Type
      expand c:\windows\i386\autoexec.nt_ c:\windows\system32\autoexec.nt." ... What exactly should I type, and especially where? Thank you for your help!
      0
    2. @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]
      0