start-server.bat
@ECHO OFF
CALL rebar.cmd get-deps
CALL rebar.cmd compile
FOR /F "tokens=*" %%i in ('"rebar.cmd boss c=start_dev_cmd ^| findstr 
werl"') do set myvar=%%i
START "Erlang Window" %myvar%

it has start_dev_cmd 

在 2014年12月7日星期日UTC+8上午8时49分01秒,ENTR0PY写道:
>
> What is command to start CB in production mode on windows?
>
> start-server.bat always starts in dev mode
>

-- 
You received this message because you are subscribed to the Google Groups 
"ChicagoBoss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at http://groups.google.com/group/chicagoboss.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/chicagoboss/135147a2-0c4f-4f4b-9897-df6b6d6a8e62%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to