开发者

Handling multiple perl scripts in windows command prompt

开发者 https://www.devze.com 2023-01-22 14:43 出处:网络
I have a lot of perl scripts that are on infinite loop running on my windows system. It is terribly inconvenient to have that m开发者_如何学Cany command prompts open not to mention the likelihood of c

I have a lot of perl scripts that are on infinite loop running on my windows system. It is terribly inconvenient to have that m开发者_如何学Cany command prompts open not to mention the likelihood of closing them by mistake(strangely, they also seem to pause when I click on the prompt)

Is there someway I can handle this? Like maybe minimize this to the tray and maximize whenever necessary?

If it is of any use, I use activeperl


You can use Console2 utility, which is a Windows console window enhancement, it has a multiple tab feature.


Install GNU Screen. You can get it for Windows as part of Cygwin. You can then have multiple command line shells running in a single window, and can detach that window to run in the background.


Have you considered Win32::Daemon?

0

精彩评论

暂无评论...
验证码 换一张
取 消