Hi!
I run W2K, and have my path.settings both in a autoexec.bat file and in "environment>advanced>path".
I wonder if anyone could help me to fix it so that I can paste all the stuff in my autoexec.bat file instead. I find that more simple! It all works fine as it is, but just to get more control, and be able to switch between different settings.
This is my autoexec.bat now:
set PATH=E:\jakarta-tomcat-4.1.29\bin;%PATH%
set JAVA_HOME=C:\j2sdk1.4.1_03
set CLASSPATH=.;E:\jakarta-tomcat-4.1.29\common\lib\servlet.jar;E:\Servlets+JSP;..;..\..
And those are the parameters that now goes into advanced>environment>path, and that i wish to move to the autoexec.bat above:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;
C:\Program\ULTRAE~1;C:\Program\Microsoft SQL Server\80\Tools\BINN;
C:\WINNT\Microsoft.NET\Framework\v1.0.3705;
C:\Program\Microsoft Visual Studio .NET\FrameworkSDK\Bin;
C:\j2sdk1.4.1_03\bin;
E:\jakarta-tomcat-4.1.29\common\lib\servlet.jar;
E:\jakarta-tomcat-4.1.29\common\lib\servlet-api.jar;
E:\jakarta-tomcat-4.1.29\common\lib\jsp-api.jar;.;
E:\Servlets+JSP