Skip to content

Commit b680c11

Browse files
committed
update setup_win.bat
1 parent 6c73eff commit b680c11

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

setup_win.bat

-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
@echo off
22
set QUICK_V3_ROOT=%~dp0
3-
43
set SETX=setx
5-
ver | find "XP" > nul
6-
if %ERRORLEVEL% == 0 (
7-
set SETX=%QUICK_V3_ROOT%\bin\win32\setx.exe
8-
)
9-
104

115
echo.
126
echo config:
@@ -19,4 +13,3 @@ echo.
1913
echo.
2014

2115
pause
22-

0 commit comments

Comments
 (0)