topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 2:08 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: feature suggestion: auto-start (or restart) a process?  (Read 11374 times)

ljwobker

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
feature suggestion: auto-start (or restart) a process?
« on: August 27, 2008, 02:35 PM »
How difficult would it be to have process tamer look for the existance of a specific process, and if we detect that it's not running, we start it?  I know this would be useful for me to make certain things like calendaring apps, etc are always running.... (basically if I close it by mistake, PT restarts it for me)...

I can see a logical flow/configuration as something like:

every (some period/interval)
if ( process_name is not running ) then
  run ( this_process )

this would also make it easy to negate... you can say

every (some period/interval)
if (process_name IS running ) then
  run (something)

so looks like it's only 3 parameters to me... the period/interval to check, the process name that is (or isn't) running,
and what process to run if the conditional turns up true.  (oops, that's four parameters counting the negation...)

anyway, it's a thought...

--lj


 

rjbull

  • Charter Member
  • Joined in 2005
  • ***
  • default avatar
  • Posts: 3,199
    • View Profile
    • Donate to Member
Re: feature suggestion: auto-start (or restart) a process?
« Reply #1 on: August 28, 2008, 04:33 AM »
This doesn't help with Process Tamer, but if you're really keen, PTFB Pro says it can do what you want:
PTFB Pro versions 3.4 and above allow to create "program monitor" or "progmon" items. These periodically check to see if a particular program is currently running on your system. Depending on how you've set them up, they'll either launch the target program if it isn't running, or close/kill the program if it is running.
Sanity check - I have PTFB Pro, but haven't tried this particular feature.

PTFB Pro is $29.99 USD, or "free" via TrialPay .

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: feature suggestion: auto-start (or restart) a process?
« Reply #2 on: August 28, 2008, 07:18 AM »
hi lj,
my plan is to add a simple scripting thing to process tamer which could do what you are asking.
-mouser

ljwobker

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
Re: feature suggestion: auto-start (or restart) a process?
« Reply #3 on: August 30, 2008, 11:23 PM »
that'd be sweet.  ;-)

Zero3K

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 300
    • View Profile
    • Donate to Member
Re: feature suggestion: auto-start (or restart) a process?
« Reply #4 on: October 30, 2011, 04:37 PM »
*bump*

I'm also interested in this function.