My autoexec.bat

yihyoonl

Junior Member
Sep 24, 2000
7
0
0
SET COMSPEC=C:\WINDOWS\COMMAND.COM
SET windir=C:\WINDOWS
SET winbootdir=C:\WINDOWS
SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\MSSQL7\BINN
SET PROMPT=$p$g
SET TEMP=C:\WINDOWS\TEMP
SET TMP=C:\WINDOWS\TEMP


Anything that I can get rid of?

 

RossGr

Diamond Member
Jan 11, 2000
3,383
1
0
For Win98? All of it if you want, but no real reason to. All it does is set enviornment varialbles. It does not load any programs or do anything which really effects your overall performance.
 
Oct 9, 1999
15,216
3
81
SET COMSPEC=C:\WINDOWS\COMMAND.COM
SET windir=C:\WINDOWS
SET winbootdir=C:\WINDOWS
SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\MSSQL7\BINN
SET PROMPT=$p$g
SET TEMP=C:\WINDOWS\TEMP
SET TMP=C:\WINDOWS\TEMP


By anychance you had a crash where you couldnt access anything other than dos?

most of these commands are to set windows to boot.. It can be taken out, just leave the following inthere:
Leave:

Set Path =
Set Temp=
Set TMP=

just ad "REM" to the beginning of the rest of the statements.. and save and reboot.. you will now remark those statemetns..
if something goes wrong you can take the REM out.