1234567891011121314151617181920212223242526272829303132333435 |
- @call "%~dp0"scripts\config.bat 0 > nul
-
- start "Impromptu" "C:\Program Files (x86)\Cognos\cer5\bin\impadmin.exe"
- call impromptu.bat belege\current_date_Prognose.imr csv
- call impromptu.bat belege\current_date_Prognose_operativ.imr csv
- call impromptu.bat belege\current_date_Prognose_operativ_VJ.imr csv
- call impromptu.bat belege\Belege_Autoline.imr csv
- call impromptu.bat belege\Belege_Autoline_History.imr csv
-
- call impromptu.bat nw\NW_GW_VK_NW_final.imr csv
- call impromptu.bat nw\NW_GW_VK_GW_final.imr csv
- call impromptu.bat nw\NW_GW_Bestand_NW.imr csv
- call impromptu.bat nw\NW_GW_Bestand_GW.imr csv
- call impromptu.bat op\Offene_Posten_Autoline.imr csv
- call impromptu.bat serv_teile\Auftraege_Lohn.imr csv
- call impromptu.bat serv_teile\Auftraege_Teile.imr csv
- call impromptu.bat serv_teile\Auftraege_Lohn_offen.imr csv
- call impromptu.bat serv_teile\Auftraege_Teile_offen.imr csv
- call impromptu.bat zeiten\Stempelzeiten_Monteure.imr csv
- call impromptu.bat zeiten\Abwesenheitszeiten.imr csv
- taskkill /IM impadmin.exe /F
-
- move /Y %PORTAL%\System\AUTOLINE\IQD\Belege\*.csv %PORTAL%\System\AUTOLINE\Export\
- move /Y %PORTAL%\System\AUTOLINE\IQD\nw\*.csv %PORTAL%\System\AUTOLINE\Export\
- move /Y %PORTAL%\System\AUTOLINE\IQD\serv_teile\*.csv %PORTAL%\System\AUTOLINE\Export\
- move /Y %PORTAL%\System\AUTOLINE\IQD\op\*.csv %PORTAL%\System\AUTOLINE\Export\
- move /Y %PORTAL%\System\AUTOLINE\IQD\zeiten\*.csv %PORTAL%\System\AUTOLINE\Export\
-
-
|