continue execution after running some .bat script

Posted by senzacionale on Stack Overflow See other posts from Stack Overflow or by senzacionale
Published on 2010-05-16T13:18:39Z Indexed on 2010/05/16 13:20 UTC
Read the original article Hit count: 287

Filed under:

example: buil.bat script start /B webdev.webserver.exe /port:3234 /path:C:\projects\src\XYZWeb /VPATH:/XYZWeb

when program run this script also execution stop. How to continue execution after running this script. Problem is that build.bat never end and you must manually close it.

i look here http://ss64.com/nt/start.html but no command to conitinue executing while webdev.webserver is running.

© Stack Overflow or respective owner

Related posts about cmd