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

10 lines
77 B
Batchfile

@Echo off
chcp 65001
pushd %~dp0
:Start
python red.py
timeout 3
goto Start