A
Alan Tang
Hello:
Is it possible to write a batch file which will detect the service is
running or not. It also will display the service status!
Is any problem on the following line?
net start | find /i "telnet" && echo Service Started! || echo Service
NOT Started!
Thanks!
Is it possible to write a batch file which will detect the service is
running or not. It also will display the service status!
Is any problem on the following line?
net start | find /i "telnet" && echo Service Started! || echo Service
NOT Started!
Thanks!