4 lines
54 B
Batchfile
4 lines
54 B
Batchfile
|
@echo off
|
||
|
@chcp 65001
|
||
|
@python MesInterface.py --build
|