2

I have a lot of perl scripts that are on infinite loop running on my windows system. It is terribly inconvenient to have that many 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

3 Answers 3

3

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

Sign up to request clarification or add additional context in comments.

Comments

2

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.

Comments

0

Have you considered Win32::Daemon?

2 Comments

Even if i run it as a service, wont it still occupy the prompt?
I haven't used it but from what I've read (see link above), It shouldn't occupy a command window if you use the Win32::Daemon facilities to install it as a Windows service. I imagine you can then treat it like any service, started automatically at Windows startup or started manually when needed using the Windows service manager.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.