You can use a batch file most likely
Check here
http://www.mysql.de/doc/en/NT_start.html
Hope that helps some
/JD
Here is one to use as an example
cd C:\apache
start apache -k start
cd C:\apache
start apachemonitor.exe
cd C:\mysql\bin
start mysqld-nt.exe --standalone
start http://localhost/
exit