简体   繁体   中英

c# console-application - how to unite processes under windows

I have few console-applications processes that I run under windows. Each process runs under separate window and it looks messy. Is there a way to unite the processes under one hub that will manage them?

You can create new console application that will launch others with special parameters (to hide windows) and receive their standart output, so it will be possible to show output from all processes in your window.

In some cases alternative way could be to convert those processes to Windows services.

Update: googled for quick example. It is here or in this SO question

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM