daml/extractor/bin/extractor.cmd

13 lines
315 B
Batchfile
Raw Normal View History

:: Copyright (c) 2020 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
2019-04-04 11:33:38 +03:00
:: SPDX-License-Identifier: Apache-2.0
:: Copyright (c) 2020, Digital Asset (Switzerland) GmbH and/or its affiliates.
2019-04-04 11:33:38 +03:00
:: All rights reserved.
for %%i in ("%~dp0..") do (
java -jar %%i %*
goto finish
)
:finish