Files
Place-Order-Trading-Bot/start_telegram_bot_standalone.bat
T

16 lines
292 B
Batchfile
Raw Normal View History

@echo off
echo ========================================
echo TELEGRAM BOT COMMANDER - Standalone Start
echo ========================================
echo.
cd /d "%~dp0"
echo Starting Telegram Bot in standalone mode...
echo Press Ctrl+C to stop
echo.
python telegram_bot_commands.py
pause