AUTOLINE_imr_csv.bat 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. @call "%~dp0"scripts\config.bat 0 > nul
  2. start "Impromptu" "C:\Program Files (x86)\Cognos\cer5\bin\impadmin.exe"
  3. call impromptu.bat belege\current_date_Prognose.imr csv
  4. call impromptu.bat belege\current_date_Prognose_operativ.imr csv
  5. call impromptu.bat belege\current_date_Prognose_operativ_VJ.imr csv
  6. call impromptu.bat belege\Belege_Autoline.imr csv
  7. call impromptu.bat belege\Belege_Autoline_History.imr csv
  8. call impromptu.bat nw\NW_GW_VK_NW_final.imr csv
  9. call impromptu.bat nw\NW_GW_VK_GW_final.imr csv
  10. call impromptu.bat nw\NW_GW_Bestand_NW.imr csv
  11. call impromptu.bat nw\NW_GW_Bestand_GW.imr csv
  12. call impromptu.bat op\Offene_Posten_Autoline.imr csv
  13. call impromptu.bat serv_teile\Auftraege_Lohn.imr csv
  14. call impromptu.bat serv_teile\Auftraege_Teile.imr csv
  15. call impromptu.bat serv_teile\Auftraege_Lohn_offen.imr csv
  16. call impromptu.bat serv_teile\Auftraege_Teile_offen.imr csv
  17. call impromptu.bat zeiten\Stempelzeiten_Monteure.imr csv
  18. call impromptu.bat zeiten\Abwesenheitszeiten.imr csv
  19. taskkill /IM impadmin.exe /F
  20. move /Y %PORTAL%\System\AUTOLINE\IQD\Belege\*.csv %PORTAL%\System\AUTOLINE\Export\
  21. move /Y %PORTAL%\System\AUTOLINE\IQD\nw\*.csv %PORTAL%\System\AUTOLINE\Export\
  22. move /Y %PORTAL%\System\AUTOLINE\IQD\serv_teile\*.csv %PORTAL%\System\AUTOLINE\Export\
  23. move /Y %PORTAL%\System\AUTOLINE\IQD\op\*.csv %PORTAL%\System\AUTOLINE\Export\
  24. move /Y %PORTAL%\System\AUTOLINE\IQD\zeiten\*.csv %PORTAL%\System\AUTOLINE\Export\