You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cleanup.bat 948B

123456789101112131415161718192021
  1. @echo off
  2. REM Licensed to the Apache Software Foundation (ASF) under one
  3. REM or more contributor license agreements. See the NOTICE file
  4. REM distributed with this work for additional information
  5. REM regarding copyright ownership. The ASF licenses this file
  6. REM to you under the Apache License, Version 2.0 (the
  7. REM "License"); you may not use this file except in compliance
  8. REM with the License. You may obtain a copy of the License at
  9. REM
  10. REM http://www.apache.org/licenses/LICENSE-2.0
  11. REM
  12. REM Unless required by applicable law or agreed to in writing,
  13. REM software distributed under the License is distributed on an
  14. REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. REM KIND, either express or implied. See the License for the
  16. REM specific language governing permissions and limitations
  17. REM under the License.
  18. SET runpath=%~dp0
  19. PowerShell.exe -NonInteractive -ExecutionPolicy bypass -File %runpath%cleanup.ps1 %*