4 lines
51 B
Batchfile
4 lines
51 B
Batchfile
|
@echo off
|
||
|
@chcp 65001
|
||
|
@python MangoSift.py --build
|