Added start scripts
This commit is contained in:
12
loop.bat
Normal file
12
loop.bat
Normal 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
|
Reference in New Issue
Block a user