From: newton-cn Date: Sat, 24 May 2025 04:28:08 +0000 (+0900) Subject: tt X-Git-Url: https://git.insang.kr/gitweb/?a=commitdiff_plain;h=de19fb77e26299fc15a87c9b8ff6f4015b53d0b2;p=newton-cn_pos.git tt --- diff --git a/runpops_utf8.bat b/runpops_utf8.bat new file mode 100644 index 0000000..1d2862a --- /dev/null +++ b/runpops_utf8.bat @@ -0,0 +1,14 @@ +@echo off +mode con cols=30 lines=5 + +echo POPs Update Check +echo Please wait... + +taskkill /i /im /newton-cn.exe > null + +git -C c:\newton-cn_pos pull + +start /min POPs.lnk +start /min newton-cn.lnk + +exit \ No newline at end of file