Renamed scripts to show order
This commit is contained in:
parent
c03d10d676
commit
240f8d9fe0
2 changed files with 0 additions and 0 deletions
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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue