diff --git a/CUST/SGGR/Export/gen_export_daily_task.bat b/CUST/SGGR/Export/gen_export_daily_task.bat new file mode 100644 index 0000000000..0c0655b6e1 --- /dev/null +++ b/CUST/SGGR/Export/gen_export_daily_task.bat @@ -0,0 +1,20 @@ +REM GEN_EXPORT_DAILY_TASK.BAT +REM +REM SGGR +REM +REM Vult de tabel sggr_autorit_registratie met de log van de +REM uitleenregistratie +REM +REM Context : roep deze file aan indien nodig, of schedule deze +REM Verseist: de randvoorwaarde voor het gebruik van gen_export +REM +REM $Revision$ +REM $Id$ +REM +REM (c) 2009, SG facilitor, +31 (53) 4800710, helpdesk@sgfacilitor.nl +REM + +CALL ..\..\..\utils\gen_export\gen_export.bat DAILY_TASK + + +