24 lines
764 B
Batchfile
24 lines
764 B
Batchfile
REM GEN_IMPORT_OPDRSTATUS.BAT
|
|
REM
|
|
REM AAIT
|
|
REM
|
|
REM Importeert statusberichten vanuit een extern systeem
|
|
REM
|
|
REM Context : roep deze file aan indien nodig, of schedule deze
|
|
REM Verseist: de randvoorwaarde voor het gebruik van gen_import
|
|
REM
|
|
REM $Revision$
|
|
REM $Id$
|
|
REM
|
|
REM (c) 2010, SG|facilitor bv, +31 (53) 4800700, support@sgfacilitor.nl
|
|
REM
|
|
|
|
move D:\Apps\Facilitor\Webdav\COM4IT\*.xml .
|
|
|
|
if not exist "d:\Apps\Facilitor\AAFM\cust\AAIT\import\C4A*.xml" goto einde
|
|
|
|
cscript .\api_opdrsoap_com4.js COM4OPDR d:\Apps\Facilitor\AAFM\cust\AAIT\import\ "https://aait.facilitor.nl/default.asp?fac_id=AAIT&API=COM4OPDR&APIKEY=bWBdlwCfLoSXYCwBBGyesfcfaqHYDXTk" >>genimport.log 2>>&1
|
|
|
|
call ..\..\..\utils\gen_export\gen_export.bat STATUS_COM4
|
|
|
|
:einde |