Jump to content
UBot Underground

Is there a way to check if a process is running?


Recommended Posts

Like in the Topic, I am searching for a existing script or plugin wich it does. My goal is to check, if my bot is running or already closed. If my bot is closed it will be launch. 

 

the result is: the bot runs for 24/7 wich i need :)

 

any ideas? 

 

Thanks in advance

Link to post
Share on other sites

I have big trouble with your script because it seems that this is a Ubot Studio 4 script and I am using 5. Is there a fast solution? Or you have to update your whole code? 

Edited by CTSchmidt
Link to post
Share on other sites

You will need the Advanced shell plugin from UBotDev

set(#Check$plugin function("Advanced Shell.dll""$shell batch hidden""tasklist /FI \"IMAGENAME eq notepad.exe\""), "Global")

Link to post
Share on other sites

Hi, zap

 

sry I do not know any trick yet, but it fails to open the script, I have all the required plugins and they are all up to date.

 

TC's Bot is exactly what I need. I would be very grateful for any solution

 

CTS

Link to post
Share on other sites

The title said  "Is there a way to check if a process is running?"

 

but this will start a .exe

 

C:\Windows\system32\" \notepad.exe

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...