I have tried even this

FOR /F "tokens=*" %%i in ('"rebar.cmd boss c=start_cmd ^| findstr werl"') 
do set myvar=%%i

along with 

case "${1:-''}" in
  'start')
        # Start Boss in production mode
        echo "starting boss in production mode..."
        START=$(rebarrebar boss c=start_cmd|grep -v "==>")
        do_start "$START"
        ;;
        
  'start-dev')
        # Start Boss in development mode
        START_DEV=$(rebarrebar boss c=start_cmd|grep -v "==>")
        do_start "$START"
        ;;

nothing works , CB only works in DEVMODE

On Saturday, December 6, 2014 8:49:01 PM UTC-4, ENTR0PY wrote:
>
> 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/6bac73f5-885f-4160-b72b-c7569b28c246%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to