Start/Stop Sharepoint with one click

Now that I have Sharepoint deployed on my laptop, I need to start/stop several times, so I wrote this simply START/STOP script:

net stop SPWriterV4
net stop SPUserCodeV4
net stop SPSearch4
net stop OSearch14
net stop SPAdminV4
net stop SPTraceV4
net stop SPTimerV4
net stop w3svc
net stop mssql$sharepoint

====================

net start mssql$sharepoint
net start w3svc
net start SPTimerV4
net start SPTraceV4
net start SPAdminV4
net start OSearch14
net start SPSearch4
net start SPUserCodeV4
net start SPWriterV4