2

I have as many as ten Perl scripts to run on a Windows server. Is there something better than opening a new prompt for each script and having ten windows open on your server?

2 Answers 2

4

You could run them as services. Look into Win32::Daemon.

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

1 Comment

Nice way if you develop a new application or can change the code.
2

Run each program in the background. For this, you only need one prompt window. Use the start command.

Comments

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.