Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


lone_falcon
2018-11-12T05:44:31Z
I need some assistance to monitor process running on a remote PC to be used as a triggering condition to execute a remote process.

I have tested the execution of remote process is working fine, however I am having no luck to verify if a specific process is running or not.

Any assistance will be appreciated.
Sponsor
Forum information
Support
2018-11-13T13:47:57Z
Remote Execute Task is limited by Windows. You can get a process Id back if the process id was started correctly. Is that what you are asking for?
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
lone_falcon
2018-11-13T23:30:53Z
Hi,

Thanks for your response.

Here's what I want to do.

On a remote PC look I need to look for "cmd.exe" process is running or not. If the "cmd.exe" process is not running then launch an application.

The bit that is working: I am able to launch the application on the remote PC without any issue

The bit that is not working: I cannot get a "Yay" or a "Nay" from the remote PC to tell me if "cmd.exe" is running or not.

Regards
Support
2018-11-14T09:34:25Z
Originally Posted by: lone_falcon 

Hi,

Thanks for your response.

Here's what I want to do.

On a remote PC look I need to look for "cmd.exe" process is running or not. If the "cmd.exe" process is not running then launch an application.

The bit that is working: I am able to launch the application on the remote PC without any issue

The bit that is not working: I cannot get a "Yay" or a "Nay" from the remote PC to tell me if "cmd.exe" is running or not.

Regards



We do not have any specific Task for checking if a process is running on remote server. But it would be quite easy to copy paste some PowerShell script for this and use that result output.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top