Error in Autoexe.nt ?

Status
Not open for further replies.

rohanbee

Padawan
Hi ppl,
Ive been getting this weird error every time i start up my computer for the past many days. I think this is an important file, :cry: so this is worrying me. I had no crashes or unexpected programme failures so ive beeen ignoring it till now. Here is a picture of the error.
Any suggestions as to what to do?
*img282.echo.cx/img282/4929/error8wc.jpg
 

anomit

In the zone
You will need to re-install autoexec.nt or else post the contents of the file here.

You will need the Windows XP CD. Let us assume that the CD-ROM drive letter is D:

Go to Start->Run and type cmd, press enter. Now type these commands and press enter after each of these


Code:
expand D:\i386\config.nt_ c:\windows\system32\config.nt

expand D:\i386\autoexec.nt_ c:\windows\system32\autoexec.nt

expand D:\i386\command.co_ c:\windows\system32\command.com

exit
 
OP
rohanbee

rohanbee

Padawan
HERE YOU GO:-

@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
 

rajas

In the zone
Just follow the thread, solved issue for many and surely will do for you too.
*www.thinkdigit.com/forum/viewtopic.php?t=8919
 
Status
Not open for further replies.
Top Bottom