mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Merge pull request #798 from s1204IT/main
Fix call path for batch files
This commit is contained in:
commit
34135a74f4
2 changed files with 2 additions and 2 deletions
2
mtk.bat
2
mtk.bat
|
@ -1,3 +1,3 @@
|
|||
@echo off
|
||||
title MTKClient
|
||||
python "%~dp0\mtk" %*
|
||||
python "%~dp0mtk" %*
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
@echo off
|
||||
title MTKClient Log
|
||||
python %~dp0\mtk_gui
|
||||
python "%~dp0mtk_gui"
|
||||
|
|
Loading…
Reference in a new issue