Files
Facilitor/CUST/KFHT/import/gen_import_exact.bat
Maarten van der Heide 12b8506942 KFHT#34512 Exact-koppeling
svn path=/Website/branches/v2015.3/; revision=27946
2016-01-27 15:43:18 +00:00

26 lines
722 B
Batchfile

REM GEN_IMPORT_EXACT
REM
REM KFHT
REM
REM Importeert opdrachtkosten (gefactureerd) uit Exact.
REM
REM Context : roep deze file aan indien nodig, of schedule deze
REM Vereist : de randvoorwaarde voor het gebruik van gen_import
REM
REM $Revision$
REM $Id$
REM
REM (c) 2015 Facilitor B.V.
REM
REM ================================================== cleanup
copy .\Exact\EXACT*.xml .\Exact\Backup
del .\Exact\EXACT*.xml
REM ================================================== transfer file to KIEN/FACILITOR
ftp.exe -n -s:ftp_htc2opdr.scr
REM ================================================== create exportfile
REM cscript ..\..\..\utils\gen_import\gen_import.wsf KFHT EXACT >>gen_import.log 2>>&1