download.cmd 313 B

123456
  1. REM Copyright The OpenTelemetry Authors
  2. REM SPDX-License-Identifier: Apache-2.0
  3. @REM This script allows to download a file to local machine. First argument is URL
  4. set "PATH=%SystemRoot%;%SystemRoot%\System32;%SystemRoot%\System32\WindowsPowerShell\v1.0\;%ProgramFiles%\Git\bin"
  5. @powershell -File Download.ps1 %1