portal.bat 541 B

12345678910111213141516171819202122
  1. @call "%~dp0config.bat" 0 > nul
  2. if [%~1]==[] (
  3. echo Aufruf: call portal.bat Beispiel.xml [Benutzer|*] [Cube]
  4. goto :eof
  5. )
  6. set DATEI=%XML%\%~nx1
  7. if [%~x1]==[] (
  8. set DATEI=%XML%\%~n1.xml
  9. )
  10. call teste_verzeichnis.bat %DATEI%
  11. if errorlevel 42 exit /B 1
  12. echo == Portal "%~n1" ==
  13. resize.exe %COGNOS%\pwrplay.exe 680 582
  14. %PHP%\php Tools\run.php versand %DATEI% %TASKS%\logs\%~nx1.log %2 %3
  15. taskkill.exe /F /T /IM pwrplay.exe > NUL 2> NUL || echo PowerPlay konnte nicht geschlossen werden!
  16. echo.
  17. echo Fertiggestellt: %TIME:~0,5%
  18. echo.