add plog downloader scripts
This commit is contained in:
8
plogdownloader/download.bat
Normal file
8
plogdownloader/download.bat
Normal 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
|
||||
Reference in New Issue
Block a user