Bitsum Community Forum

General Category => Process Lasso => Topic started by: Jeremy Collake on June 28, 2013, 09:02:30 PM

Title: New Watchdog action - Launch process / execute command
Post by: Jeremy Collake on June 28, 2013, 09:02:30 PM
That's right, a new Watchdog action is coming in v6.6.0.41 beta and later. I am putting the final touches on now.

This new feature will allow one to execute any command when a watchdog threshold is hit.

That gives you the capacity to do just about anything, especially when combined with some upcoming command-line tools for process manipulation.

Title: Re: New Watchdog action - Launch process / execute command
Post by: hanemach_gt on June 29, 2013, 03:24:36 AM
Beautiful.  :D
Title: Re: New Watchdog action - Launch process / execute command
Post by: BenYeeHua on June 29, 2013, 06:50:36 AM
Quote from: hanemach_gt on June 29, 2013, 03:24:36 AM
Beautiful.  :D
Metro? ::)
Just kidding, and I think it will become more powerful as we can adding many function inside of it. :)
Title: Re: New Watchdog action - Launch process / execute command
Post by: Jeremy Collake on July 22, 2013, 11:45:13 AM
Executing a command allows for *anything* to be accomplished, that's why I should have added it FIRST THING.

There is a Windows command line utility 'wmic' that will allow process operations via the command line, and many other things. For instance, to change the priority class of a process:

wmic process where name="notepad.exe" CALL setpriority "below normal"


Title: Re: New Watchdog action - Launch process / execute command
Post by: BenYeeHua on July 22, 2013, 05:42:42 PM
Ya, I think many people don't know about this command line yet...