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
You could run them as services. Look into Win32::Daemon.
1 Comment
Konerak
Nice way if you develop a new application or can change the code.
Run each program in the background. For this, you only need one prompt window. Use the start command.