scrupul0us Posted June 20, 2007 Share Posted June 20, 2007 has anyone figured out how to run httpd.exe from the cmd line and have it no leave that annoying window open? or at the very least have it prompt you to start/stop/restart the server? Quote Link to comment Share on other sites More sharing options...
steviewdr Posted June 20, 2007 Share Posted June 20, 2007 C:\Program Files\Apache Group\Apache2\bin>Apache.exe -k start works fine for me and doesnt leave the cmd window open. Try putting a "&" at the end of your command. Try putting && at the end of your command. Something like that forks a command into the background in windows. -steve Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.