mirror of
https://github.com/corda/corda.git
synced 2025-02-11 13:16:10 +00:00
runnodes.bat can now run the nodes from any working directory and not cause an infinite loop and system crash.
This commit is contained in:
parent
08e391579c
commit
857de9df49
@ -1,5 +1,8 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
|
REM Change to the directory of this script
|
||||||
|
cd /d %~dp0
|
||||||
|
|
||||||
FOR /R ".\" %%G in (.) DO (
|
FOR /R ".\" %%G in (.) DO (
|
||||||
Pushd %%G
|
Pushd %%G
|
||||||
start java -jar corda.jar
|
start java -jar corda.jar
|
||||||
|
@ -1 +1 @@
|
|||||||
gradlePluginsVersion=0.6.3
|
gradlePluginsVersion=0.6.4
|
Loading…
x
Reference in New Issue
Block a user