@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