ianwinter Posted November 25, 2004 Posted November 25, 2004 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
ravashaak Posted November 25, 2004 Posted November 25, 2004 Starting a service:net start servicenameStopping a service:net stop servicename - Ravashaak
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now