mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Update mtk.bat (Fixed Crash)
If there are spaces in the directory path, passing the path as an argument will cause the command line to fail (with an error that such directory does not exist) :)
This commit is contained in:
parent
7c460f5451
commit
35dab777b7
1 changed files with 1 additions and 1 deletions
2
mtk.bat
2
mtk.bat
|
@ -1,3 +1,3 @@
|
|||
@echo off
|
||||
title MTKClient
|
||||
python %~dp0\mtk %*
|
||||
python "%~dp0\mtk" %*
|
||||
|
|
Loading…
Reference in a new issue