4 lines
82 B
Batchfile
4 lines
82 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
".venv\Scripts\python.exe" -m erp_local_agent.main --once
|