25 lines
691 B
Batchfile
25 lines
691 B
Batchfile
REM GEN_EXPORT_EXACT
|
|
REM
|
|
REM KFHT
|
|
REM
|
|
REM Exporteert opdrachtgegevens (afgemeld) uit FACILITOR.
|
|
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) 2015 Facilitor B.V.
|
|
REM
|
|
|
|
REM ================================================== cleanup
|
|
copy .\EXACT\Facilitor*.xml .\EXACT\Backup
|
|
del .\EXACT\Facilitor*.xml
|
|
|
|
REM ================================================== create exportfile
|
|
CALL ..\..\..\utils\gen_export\gen_export.bat EXACT
|
|
|
|
REM ================================================== transfer file to HTC/Exact
|
|
ftp.exe -ni -s:ftp_opdr2htc.scr
|