5 lines
180 B
Batchfile
5 lines
180 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\inspect_wehago_inputs_9225.py"
|