Oct 29, 2001 #1 intentia Technical User Oct 15, 2001 6 GB I want to be able to stop and restart a service using commands in a batch file can anyone give me the content and syntax of the command line.
I want to be able to stop and restart a service using commands in a batch file can anyone give me the content and syntax of the command line.
Oct 29, 2001 #2 ericksot IS-IT--Management Apr 26, 2001 48 US net start and net stop Upvote 0 Downvote
Oct 29, 2001 #3 TheLad Technical User Aug 3, 2001 3,846 GB To add, you use NET START and NET STOP then put the name of the service after in speech marks: Eg: NET STOP "Computer Browser" ----------------------------------------------------- "It's true, its damn true!" ----------------------------------------------------- Upvote 0 Downvote
To add, you use NET START and NET STOP then put the name of the service after in speech marks: Eg: NET STOP "Computer Browser" ----------------------------------------------------- "It's true, its damn true!" -----------------------------------------------------
Oct 29, 2001 Thread starter #4 intentia Technical User Oct 15, 2001 6 GB Thanks to you all I have used it before but years ago and had forgotten. Upvote 0 Downvote