zz_update.bat 545 B

1234567891011121314151617181920
  1. @call "%~dp0config.bat" 0 > nul
  2. echo PHPRC loeschen
  3. setx PHPRC "" /m
  4. echo Webserver umbenennen
  5. sc config GCPSlocalhost80 DisplayName= "GCBS Webserver"
  6. sc config GCPSlocalhost8080 DisplayName= "GCBS Webserver"
  7. sc config GCPSlocalhost8081 DisplayName= "GCBS Webserver"
  8. sc config GCPSlocalhost8090 DisplayName= "GCBS Webserver"
  9. echo Update testen
  10. %PHP%\php zz_update.php | find "ZIP" || goto next
  11. echo. >> %PHP%\php.ini
  12. echo extension=php_zip.dll >> %PHP%\php.ini
  13. %PHP%\php zz_update.php
  14. :next
  15. call config.bat
  16. call fehlermeldung.bat %ZEIT%
  17. pause