K Keshav_141 Reputable 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 Titan Jan 13, 2011 14,016 433 81,090 Dec 16, 2015 #2 What OS? For Windows - "net start <service name>" will do the job, sans e-mail Upvote 0 Downvote
Ralston18 Titan Moderator Oct 11, 2014 39,360 4,359 146,290 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.