K Keshav_141 Estimable Dec 16, 2015 1 0 4,510 Dec 16, 2015 #1 Batch file to start a service if the service is not running & also trigger the mail once services started
Batch file to start a service if the service is not running & also trigger the mail once services started
A Alabalcho Judicious Jan 13, 2011 4,162 4 35,260 Dec 16, 2015 #2 What OS? For Windows - "net start <service name>" will do the job, sans e-mail Upvote 0 Downvote
Ralston18 Splendid Moderator Oct 11, 2014 2,397 3 21,815 Dec 17, 2015 #3 In addition to Alabalcho's suggestion consider a PowerShell script using Start-Service. Powershell is part of Windows and provides a great number of options. Upvote 0 Downvote
In addition to Alabalcho's suggestion consider a PowerShell script using Start-Service. Powershell is part of Windows and provides a great number of options.