You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
297 B

@echo off
REM You can cd to your directory here, if you want
REM cd C:\Users\user\TelegramPoster
:start
python poster.py
echo To completely stop TelegramPoster now, please press Ctrl+C during the countdown!
echo Restarting in 5 seconds...
Timeout /t 5
echo TelegramPoster has started!
goto start