how to use cmd multiple time when using it with node.js or karma or anythng else on windows -


for example - run node.js script commandline, node server.js after cmd block input , if want more things, need open new cmd window. same karma. if run karma start command, need open new cmd window karma run

so question how unblock cmd window able executes new comands

just start apps start command:

start /b node server.js 

Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -