Monitoring process to look for a app running
@Echo Off
setlocal enableDelayedExpansion
for /f "delims=" %%a in ('powershell -command "& tasklist"') do (
echo tasklist: %%a
)
exit /b <wodle name="command">
<disabled>no</disabled>
<tag>tasklist</tag>
<command>PowerShell.exe C:\tasklist.bat</command>
<interval>30m</interval>
<run_on_start>yes</run_on_start>
<timeout>10</timeout>
</wodle>Last updated