How to restart Apache web-server on Windows from the command line?

net stop "Apache2.4" && net start "Apache2.4"