erlware / relx

Sane, simple release creation for Erlang

Home Page:http://erlware.github.io/relx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some extended start script commands fail on Windows

weiss opened this issue · comments

Some extended start script commands fail for me (in different ways) on Windows (using Erlang/OTP 25.0.2):

c:\Program Files\eturnal>bin\eturnal ping
Other: ["ping"]
Usage: nodetool {ping|stop|restart|reboot|rpc|rpcterms|eval [Terms]} [RPC]

c:\Program Files\eturnal>bin\eturnal eval ok.
Unknown command: "eval"

c:\Program Files\eturnal>bin\eturnal rpc erlang date
Unknown command: "rpc"

c:\Program Files\eturnal>bin\eturnal reboot
Unknown command: "reboot"

The start, stop, and restart commands work as expected.