Adding a wamp server to aptana

I am trying to configure a wamp server in aptana 3. Thus, when editing the configuration of an external web server, there are two more options, the start command and the stop command of the wamp server. can someone tell me what i need to point there?

+3
source share
1 answer

Try this for the run command:

NET START wampapache

and this is for the break command:

NET STOP wampapache
+2
source

All Articles