Added start scripts

This commit is contained in:
2022-08-09 12:30:36 +02:00
parent 71d1efa82b
commit a29fd26046
5 changed files with 50 additions and 1 deletions

12
loop.bat Normal file
View File

@@ -0,0 +1,12 @@
@echo off
REM You can cd to your directory here, if you want
REM cd C:\Users\user\TelegramPoster
:start
python main.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