d1trupinoy
Technical User
Can someone share some python code that sees if a process is running? example:
If notepad.exe is running on box then
return 1 (or kill notepad)
else
return 0
Thanks. newbie to python here
If notepad.exe is running on box then
return 1 (or kill notepad)
else
return 0
Thanks. newbie to python here