6 lines
212 B
Batchfile
6 lines
212 B
Batchfile
@echo off
|
|
set "PYTHONIOENCODING=utf-8"
|
|
set "WEHAGO_CHROME_DEBUGGER_ADDRESS=127.0.0.1:9225"
|
|
cd /d C:\Windows
|
|
python -u "\\wsl.localhost\Ubuntu\home\b17301\my-intranet-app\scripts\click_left_search_button_9225.py"
|