21 lines
591 B
Batchfile
21 lines
591 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 ================================================== transfer file to KIEN/FACILITOR
|
|
ftp.exe -ni -s:ftp_htc2opdr.scr
|
|
|
|
REM ================================================== create exportfile
|
|
REM cscript ..\..\..\utils\gen_import\gen_import.wsf KFHT EXACT >>gen_import.log 2>>&1
|