4 lines
190 B
Batchfile
4 lines
190 B
Batchfile
cd /D .\..\
|
|
set SE_PROXY=http://127.0.0.1:10809
|
|
.\venv\Scripts\pythonw.exe .\main.py "user@example.com" "example" --profile "Example-1" --token "TOKEN" --subdomain "eg" --remise "100"
|
|
@pause |