diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-28 14:46:50 -0400 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-28 14:46:50 -0400 |
commit | c9f509f0168f6d11e743a9d2e37964c05e45672b (patch) | |
tree | e38d26b93a9b8b1918ecf75ab57ed6b795f5b30b /util/1-setup-path-win.bat | |
parent | 4d79e224384464c8b42c770b3da09b9655d359e7 (diff) | |
parent | 755b17f8fc0f484261108f912af38430b27e9c95 (diff) | |
download | firmware-c9f509f0168f6d11e743a9d2e37964c05e45672b.tar.gz firmware-c9f509f0168f6d11e743a9d2e37964c05e45672b.tar.bz2 firmware-c9f509f0168f6d11e743a9d2e37964c05e45672b.zip |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'util/1-setup-path-win.bat')
-rw-r--r-- | util/1-setup-path-win.bat | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/util/1-setup-path-win.bat b/util/1-setup-path-win.bat index 92e91be3e..699aee215 100644 --- a/util/1-setup-path-win.bat +++ b/util/1-setup-path-win.bat @@ -2,12 +2,12 @@ @ECHO OFF SET CMDLINERUNSTR=%SystemRoot%\system32\cmd.exe -CD UTIL +DEL script1.log > NUL 2>&1 DEL add-paths.log > NUL 2>&1 DEL add-paths-detail.log > NUL 2>&1 DEL UPDATE > NUL 2>&1 -ELEVATE -wait %cd%\add-paths.bat > NUL 2>&1 +ELEVATE -wait add-paths.bat >> script1.log 2>&1 IF ERRORLEVEL 1 ( ECHO You denied admin access. Rerun the script, and be sure to press the yes button this time. @@ -44,9 +44,14 @@ EXIT /b :: ----------------------------------------------------------------------------- :KillExplorer +ECHO. +ECHO. ECHO Your desktop will be restarted. +ECHO. ECHO All file explorer windows except for the one you launched this script from WILL BE CLOSED. +ECHO. ECHO Press enter when ready, or close this window if you would rather do a full restart of your computer at a later time. +ECHO. PAUSE ping -n 5 127.0.0.1 > NUL 2>&1 ECHO Killing process Explorer.exe. . . @@ -57,5 +62,5 @@ ECHO Your desktop is now loading. . . ECHO. ping -n 5 127.0.0.1 > NUL 2>&1 START explorer.exe -START explorer.exe %CD%\.. +START explorer.exe %CD% EXIT /b
\ No newline at end of file |