Red-DiscordBot/startRed.bat
2016-07-30 04:49:12 +02:00

5 lines
43 B
Batchfile

chcp 65001
pushd %~dp0
python red.py
pause