Hi,
try this: first of all "mysqld --install_service" or something like this!

you can find this by typing "mysqld --help".This will install your mysqld(nt) as a windows service which you can edit it later and make it autostart.
So it is enough to enter "net start mysql" and your service will be run.
-let me know if it is solved
