Skip to content

Commit

Permalink
update setup_win.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
dualface committed Sep 21, 2014
1 parent 6c73eff commit b680c11
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions setup_win.bat
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
@echo off
set QUICK_V3_ROOT=%~dp0

set SETX=setx
ver | find "XP" > nul
if %ERRORLEVEL% == 0 (
set SETX=%QUICK_V3_ROOT%\bin\win32\setx.exe
)


echo.
echo config:
Expand All @@ -19,4 +13,3 @@ echo.
echo.

pause

0 comments on commit b680c11

Please sign in to comment.