4 lines
52 B
Batchfile
4 lines
52 B
Batchfile
|
@echo off
|
||
|
@chcp 65001
|
||
|
@python TimeMaster.py --build
|