diff options
Diffstat (limited to 'priv/templates/simplenode.windows.start_erl.cmd')
-rw-r--r-- | priv/templates/simplenode.windows.start_erl.cmd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/priv/templates/simplenode.windows.start_erl.cmd b/priv/templates/simplenode.windows.start_erl.cmd index 28a0da8..b26e98a 100644 --- a/priv/templates/simplenode.windows.start_erl.cmd +++ b/priv/templates/simplenode.windows.start_erl.cmd @@ -1,6 +1,7 @@ -@rem Do not use "echo off" to not affect any child calls. @setlocal +@rem Parse arguments. erlsrv.exe prepends erl arguments prior to first ++. +@rem Other args are position dependent. @set args="%*" @for /F "delims=++ tokens=1,2,3" %%I in (%args%) do @( @call :set_trim erl_args %%I |