Github user dwickern commented on the issue:
https://github.com/apache/activemq-artemis/pull/1826
@gaohoward I'm on Windows 7 64-bit as well. You should be able to reproduce
by aliasing a drive letter:
```
C:\Users\dwickern>c:\apache-artemis-2.4.0\bin\artemis.cmd
usage: artemis <command> [<args>]
The most commonly used artemis commands are:
address Address tools group (create|delete|update|show) (example
./artem
is address create)
browser It will browse messages on an instance
consumer It will consume messages from an instance
create creates a new broker instance
data data tools group (print) (example ./artemis data print)
help Display help information
mask mask a password and print it out
migrate1x Migrates the configuration of a 1.x Artemis Broker
producer It will send messages to an instance
queue Queue tools group (create|delete|update|stat) (example
./artemis
queue create)
See 'artemis help <command>' for more information on a specific command.
C:\Users\dwickern>subst w: c:\
C:\Users\dwickern>w:\apache-artemis-2.4.0\bin\artemis.cmd
ARTEMIS_HOME environment variable is set incorrectly. Please set
ARTEMIS_HOME.
```
---