add plog downloader scripts

This commit is contained in:
2020-11-24 10:00:24 +01:00
parent 1e59271286
commit 7ad1e95825
7 changed files with 804 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
@echo off
set /p from_date=from date (yyyy-mm-dd):
set /p to_date=from date (yyyy-mm-dd):
C:\Tools\Python36\python download.py --from %from_date% --to %to_date% --output "..\tmp" --pods vapbrewe01,vapglask01,vapjazzp01,vapnorto01,vapondem01,vapondem02,vapondem03,vapondem04 --tmpdir "..\tmp"
pause