BC
07-27-1999, 02:25 PM
I have an autoexec.bat file that I am currently having problems with. And it is in the PATH statement.
Here is the file:
@PATHC:\WINDOWS;C:\WINDOWS\COMMAND;C:\PROGRA~1\MSO FFICE\OFFICE;%PATH%
REM [Header]
REM [CD-ROM Drive]
REM [Miscellaneous]
Path c:\wsql40\;
MODE LPT1:,,P
Now I have 2 path statements. the 1st one is for office. Do I need this one? the 2nd is for a new program I just installed.
Now when I boot up i get cannot find win.com snd it give me a c:
so all I have to do is type cd..windows
and they win to get started again.
If I put a ;C:\windows\
at the end of my second path statement will this fix my problem?
Thanks for the head tums,
BC
Here is the file:
@PATHC:\WINDOWS;C:\WINDOWS\COMMAND;C:\PROGRA~1\MSO FFICE\OFFICE;%PATH%
REM [Header]
REM [CD-ROM Drive]
REM [Miscellaneous]
Path c:\wsql40\;
MODE LPT1:,,P
Now I have 2 path statements. the 1st one is for office. Do I need this one? the 2nd is for a new program I just installed.
Now when I boot up i get cannot find win.com snd it give me a c:
so all I have to do is type cd..windows
and they win to get started again.
If I put a ;C:\windows\
at the end of my second path statement will this fix my problem?
Thanks for the head tums,
BC