5 lines
177 B
Batchfile
5 lines
177 B
Batchfile
@echo off
|
|
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_code_9225.py" %*
|