| 1. |
Solve : if Service is running then GOTO :Next? |
|
Answer» Is there a way with batch script to check if a system SERVICE is running and if it is, then have the batch script go to specific line :next in the script..??Code: [Select] tasklist /FI "imagename eq #insert process name#">Nul its an example I know |
|