12345678 |
- @call "%~dp0config.bat" 0 > nul
- set PGPASSWORD=loco
- %PGSRV%\psql.exe --host=%PGHOST% --username=loco_auswertung_benutzer --dbname=loco_auswertung_db --command="SELECT type,value_text FROM public.configuration WHERE type IN ('created_start', 'created_end', 'version_module') ORDER BY type"
- ..\python\python.exe loco_status.py
- exit /b %errorlevel%
|