I wrote a batch file and key in as follow:
weinre --httpPort 8181 --boundHost 192.168.1.110
I supposed it will start up a cmd and run only once, then show the message as follow and wait:
2013-06-05T10:50:40.636Z weinre: starting server at http://192.168.1.51:8181
_
But in fact it just kept running without stop.
this is my first time trying to write a batch file, how should I fix it?