November 25, 200421 yr In XP Pro, is there a way to start the services via a batch script and the cmd line? This is so things like MySQL I can have disabled by default and start them up via script.Cheers,Ian
November 25, 200421 yr Starting a service:net start servicenameStopping a service:net stop servicename - Ravashaak
Create an account or sign in to comment