5 lines
162 B
Batchfile
5 lines
162 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\WEHAGO_DB\find_realgrid_registry.py"
|