batch file - Close Windows CMD console on play start -


'm trying start play app via "play start" command in windows cmd console remains open after server started. system.err still redirected console. , if close windows application's java process closed.

framework version: 1.2.4/1.2.5.3 platform you're using: windows 2003, 7 (x86, x64)

reproduction steps: 1) create play! app 2) start via bat file

set java_home=c:\java\jdk1.7 cd /d "%dp~0%testapp" call "%dp~0%../play-1.2.4/play" start 

play start cmd window

you can use

start "" "%dp~0%../play-1.2.4/play" start 

however, looks play console application , create new window anyway.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -