mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Add batch files
This commit is contained in:
parent
28bddf1fe2
commit
531e625090
2 changed files with 6 additions and 0 deletions
3
mtk.bat
Normal file
3
mtk.bat
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@echo off
|
||||||
|
title MTKClient
|
||||||
|
python %~dp0\mtk %*
|
3
mtk_gui.bat
Normal file
3
mtk_gui.bat
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
@echo off
|
||||||
|
title MTKClient Log
|
||||||
|
python %~dp0\mtk_gui
|
Loading…
Reference in a new issue