topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday April 19, 2024, 6:35 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: IDEA: Proxy launcher which closes app when its "done"  (Read 5900 times)

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
IDEA: Proxy launcher which closes app when its "done"
« on: November 02, 2005, 05:21 AM »
this request was inspired by a post from turtlleboy here: https://www.donation...dex.php?topic=1394.0

..a program that could sense when a program has completed it's function (or goes idle) and then closes that program..

i think a commandline program that can launch another program (with normal args), but be given some instructions about when to shut down that program.

you might want to use it to launch a program and kill it after x minutes, or kill it if it uses too much cpu, or as turtleboy suggested, close it after some period of 'inactivity'.

so im thinking somthing like

RunAndClose.exe 'notepad.exe myfile.txt' -closeafter 10minutes -closeafterinactivefor 2minutes

skrommel

  • Fastest code in the west
  • Developer
  • Joined in 2005
  • ***
  • Posts: 933
    • View Profile
    • 1 Hour Software by skrommel
    • Donate to Member
Re: IDEA: Proxy launcher which closes app when its "done"
« Reply #1 on: November 02, 2005, 06:06 AM »
 :) My ProcessGuard can sort of do this, but maybe it's overkill?

Skrommel
« Last Edit: November 02, 2005, 07:12 AM by skrommel »