Issue You want to create a Task scheduler that runs a batch file script to kill the current and restart the process. What is Batch file Before we continue, let see what is the batch file? According to Wikipedia — A batch file is a script file in DOS, OS/2 and Microsoft Windows. It consists […]
Batch script that will check the windows service is running or not
There are occasions where you might need to check the windows service using the batch file. For the example, you need to run a conditional script that triggered by Task Scheduler. In this article, I’ll suggest a tip on how to create a batch script that will check the windows service is running or not. Batch Script […]