powerplay.bat 474 B

123456789101112131415161718
  1. @call "%~dp0config.bat" 0 > nul
  2. if [%1]==[] goto help
  3. if [%~x1]==[.ppr] (
  4. call :neu export "%PORTAL:~1,-1%\System\Report\%~1" %2 %3 %4 %5
  5. goto :eof
  6. )
  7. if [%~x1]==[.ppx] (
  8. call :neu export "%PORTAL:~1,-1%\System\Report\%~1" %2 %3 %4 %5
  9. goto :eof
  10. )
  11. :neu
  12. %PHP%\php Tools\run.php powerplay %1 %2 %3 %4 %5
  13. if [%1]==[export] echo %~nx2 als %3 exportiert
  14. goto :eof
  15. :help
  16. echo Aufruf: call powerplay.bat export <Report.ppr> [ppr|ppx|pdf|xls|jpg] <Ziel-Dir> <Ziel-Name> <Cube>