VEST#41990 -- AD koppeling
svn path=/Website/branches/v2017.2/; revision=36672
This commit is contained in:
0
CUST/VEST/import/.gitignore
vendored
0
CUST/VEST/import/.gitignore
vendored
20
CUST/VEST/import/gen_import.bat
Normal file
20
CUST/VEST/import/gen_import.bat
Normal 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
|
||||||
Reference in New Issue
Block a user