I wrote a batch file ( a watch dog that checks if the web site isup and running ) and now I need to make sure that it runs all the time.
When I remote desktop to my server, and start the .bat file manualy, and stay logged-in, it is OK. But when I log out from the server, or when I log out from the remote desktop, the show is over - which means there goes my watch dog.
I just need to make sure that that particular .bat file to run all the time.
How do we achieve this?