This commit is contained in:
Syuugo 2023-10-08 01:01:06 +09:00
parent bb80880641
commit 84623ca9d9
No known key found for this signature in database
GPG key ID: 1EBB3EB3C1806649
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
@echo off
title MTKClient
python "%~dp0\mtk" %*
python "%~dp0mtk" %*

View file

@ -1,3 +1,3 @@
@echo off
title MTKClient Log
python "%~dp0\mtk_gui"
python "%~dp0mtk_gui"