4 lines
50 B
Batchfile
4 lines
50 B
Batchfile
|
@echo off
|
||
|
@chcp 65001
|
||
|
@python Galactic.py --build
|