1
0
Fork 0

Renamed scripts to show order

This commit is contained in:
Noah Andrews 2016-03-02 12:54:53 -05:00
parent c03d10d676
commit 240f8d9fe0
2 changed files with 0 additions and 0 deletions

9
1-setup-path-win.bat Normal file
View 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
)