]> insang Git - newton-cn_pos.git/commitdiff
tt
authornewton-cn <insang@kakao.com>
Sat, 24 May 2025 04:43:33 +0000 (13:43 +0900)
committernewton-cn <insang@kakao.com>
Sat, 24 May 2025 04:43:33 +0000 (13:43 +0900)
runpops.bat
runpops_utf8.bat

index 198027a143dcc3702e29bf606f2e0080aba722bb..9a8f46b83050ccbfd432cf32ff24f67e81c0dcf3 100644 (file)
@@ -4,7 +4,7 @@ mode con cols=30 lines=5
 echo POPs Update Check
 echo Please wait...
 
-taskkill /f /im newton-cn.exe > null
+taskkill /f /im newton-cn.exe >null 2>&1
 
 git -C c:\newton-cn_pos pull
 
index 198027a143dcc3702e29bf606f2e0080aba722bb..9a8f46b83050ccbfd432cf32ff24f67e81c0dcf3 100644 (file)
@@ -4,7 +4,7 @@ mode con cols=30 lines=5
 echo POPs Update Check
 echo Please wait...
 
-taskkill /f /im newton-cn.exe > null
+taskkill /f /im newton-cn.exe >null 2>&1
 
 git -C c:\newton-cn_pos pull