VEST#41990 -- AD koppeling

svn path=/Website/branches/v2017.2/; revision=36672
This commit is contained in:
Robin Stoker
2018-01-23 09:41:07 +00:00
parent f62f2ded8c
commit 6deabc9609
2 changed files with 20 additions and 0 deletions

View File

View File

@@ -0,0 +1,20 @@
REM GEN_IMPORT.BAT
REM
REM VEST
REM
REM Import van personen uit AD via webdav
REM
REM
REM $Revision$
REM $Id$
REM
REM (c) 2018 Facilitor B.V.
REM
REM ==================================================
del .\AD_Import\BACKUP\*.csv
move .\AD_Import\*.csv .\AD_Import\BACKUP
move d:\Apps\Facilitor\Webdav\VEST\*.csv .\AD_Import
cscript ..\..\..\utils\gen_import\gen_import.wsf VEST AD_Import >>genimport.log 2>>&1