mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
35dab777b7
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) :)
3 lines
51 B
Batchfile
3 lines
51 B
Batchfile
@echo off
|
|
title MTKClient
|
|
python "%~dp0\mtk" %*
|