TelegramPoster/loop.bat

12 lines
295 B
Batchfile
Raw Permalink Normal View History

2022-08-09 13:30:36 +03:00
@echo off
REM You can cd to your directory here, if you want
REM cd C:\Users\user\TelegramPoster
:start
python main.py
2022-08-09 13:30:36 +03:00
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