mirror of
https://github.com/corda/corda.git
synced 2024-12-21 22:07:55 +00:00
runnodes.bat returns the user to the original directory.
This commit is contained in:
parent
857de9df49
commit
b49c97d409
@ -1,10 +1,12 @@
|
||||
@echo off
|
||||
|
||||
REM Change to the directory of this script
|
||||
cd /d %~dp0
|
||||
REM Change to the directory of this script (%~dp0)
|
||||
Pushd %~dp0
|
||||
|
||||
FOR /R ".\" %%G in (.) DO (
|
||||
Pushd %%G
|
||||
start java -jar corda.jar
|
||||
Popd
|
||||
)
|
||||
|
||||
Popd
|
Loading…
Reference in New Issue
Block a user