PATH cleanup ...

This commit is contained in:
Michael H.G. Schmidt 2021-04-11 22:54:17 +02:00
parent acc0115e20
commit d2cdd12743

View File

@ -1,4 +1,5 @@
@echo off @echo off
set TOOLS=c:\tools
set newPATH=%SYSTEMROOT%;%SYSTEMROOT%\system32;^ set newPATH=%SYSTEMROOT%;%SYSTEMROOT%\system32;^
%SYSTEMROOT%\system32\wbem;^ %SYSTEMROOT%\system32\wbem;^
@ -6,12 +7,15 @@ set newPATH=%SYSTEMROOT%;%SYSTEMROOT%\system32;^
%LOCALAPPDATA%\Microsoft\WindowsApps;^ %LOCALAPPDATA%\Microsoft\WindowsApps;^
%TOOLS%;^ %TOOLS%;^
%TOOLS%\git\bin;^ %TOOLS%\git\bin;^
%TOOLS%\git\cmd;^
%TOOLS%\git\usr\bin;^ %TOOLS%\git\usr\bin;^
%ProgramFiles%\PureBasic\Compilers;^ %TOOLS%\git\mingw64\bin;^
%ProgramFiles%\Go\bin;^ %ProgramFiles%\Go\bin;^
%SystemDrive%\Python27;^ %SystemDrive%\Python27;^
%ProgramFiles%\Python39;^ %ProgramFiles%\Python39;^
%ProgramFiles%\Java\bin %ProgramFiles%\Java\bin;^
%ProgramFiles%\PureBasic\Compilers;^
%ProgramFiles%\Microsoft VS Code\bin
echo ####### %0 ####### echo ####### %0 #######
@ -23,3 +27,4 @@ setx PATH "%newPATH%"
set PATH=%newPATH% set PATH=%newPATH%
echo ####### %0 ####### echo ####### %0 #######