6 lines
113 B
Batchfile
6 lines
113 B
Batchfile
|
@echo off
|
||
|
|
||
|
REM You can cd to your directory here, if you want
|
||
|
REM cd C:\Users\user\TelegramPoster
|
||
|
|
||
|
python main.py
|