svn path=/Website/branches/v2018.2/; revision=40379
This commit is contained in:
Maarten van der Heide
2019-01-02 17:33:01 +00:00
parent c06efad411
commit cd2898e8d1
2 changed files with 26 additions and 0 deletions

View File

View File

@@ -0,0 +1,26 @@
REM GEN_EXPORT_CMDB.BAT
REM
REM KLIM
REM
REM Exporteert CMDB als CSV (GRKL#55882).
REM
REM Context : roep deze file aan indien nodig, of schedule deze
REM Vereist : de randvoorwaarde voor het gebruik van gen_export
REM
REM $Revision$
REM $Id$
REM
REM (c) 2019 Facilitor
REM
REM ================================================== cleanup
del .\CMDB\BACKUP\*.csv
copy .\CMDB\*.csv .\CMDB\BACKUP
del .\CMDB\*.csv
REM ================================================== create exportfile(s)
CALL ..\..\..\utils\gen_export\gen_export.bat CMDB
REM ================================================== copy to final destination
copy *.csv d:\Apps\Facilitor\ftp_sites\LocalUser\GRKLftp\CMDB