11 lines
338 B
Batchfile
11 lines
338 B
Batchfile
Echo Starten GetStruktonStatus.js
|
|
|
|
cscript ..\..\AAXX\import\Strukton\GetStruktonStatus.js ../oracle.udl 50422 >>genimport.log
|
|
|
|
if errorlevel 1 goto fout
|
|
|
|
cscript ..\..\..\utils\gen_import\gen_import.wsf AASI OPDRSTAT_STRUKTON >>genimport.log 2>>&1
|
|
goto einde
|
|
:fout
|
|
Echo gen_import.exe niet meer uitgevoerd>>genimport.log
|
|
:einde |