I have a package called indigoperl, which contains Apache, Perl, and other things all rolled into one.
It launches Apache using the folowing shortcut:
C:\Sierra\op2map\bin\Apache.exe -f "C:/Sierra/op2map/conf/httpd.conf"
Once launched a dos window shows up indicating Apache is running.
Once Apache is running I would like it to open a certain html page on my harddrive. I figured if I could run a script I could just as easily make that script open a html page on my harddrive.
At batch file will NOT work, cause one thing has to finish or be closed before the other one will happen.
For example, if I tell it to open the html page and then apache, apache will not start till I close the html window.
P.S. Can you give any explanation step by step as I do not know the name of certain files or where there are at in the Apache server. So when you mention the pid file I have no idea what it is or how to edit it.