Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Autoexec.nt line
Name: Orlando Date: March 15, 2003 at 17:08:29 Pacific OS: Windows XP CPU/Ram: 512 MB RAM
Comment:
Whats the format of a line of code in Autoexec.nt located at c:\windows\system32\ if I want to delete a file located at c:\ named temp.exe ?? Can anyone help me please ? Thanks a lot !!
Summary: If I add the line DEL C:\temp.exe at the end of my autoexec.nt file that is located in C:\Windows\System32\ the line will execute automatically whenever I boot up windows ??, and before windows starts...
Summary: I want to edit autoexec.nt (I understand this replaces autoexec.bat) and add the following lines: echo Computer Restarted >>restart.txt date /t >>restart.txt time /t >>restart.txt (this will create a ...
Summary: Hi Jennifer, You can copy and save as c:\windows\system32\autoexec.nt the following content: @echo off REM AUTOEXEC.BAT is not used to initialize the MS-DOS environment. REM AUTOEXEC.NT is used to ini...