Renamed scripts to show order
This commit is contained in:
9
1-setup-path-win.bat
Normal file
9
1-setup-path-win.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
setx /M path "%PATH%;C:\MinGW\bin;C:\MinGW\msys\1.0\bin" > nul 2>&1
|
||||
if NOT ["%errorlevel%"]==["0"] (
|
||||
echo FAILED. Rerun with administrator privileges.
|
||||
pause
|
||||
) else (
|
||||
echo Success!
|
||||
pause
|
||||
)
|
Reference in New Issue
Block a user