mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-03 06:21:43 +01:00
Add script to setup the PATH variable on Windows
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
setx /M path "%PATH%;C:\MinGW\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