Auto start & close

Discussion in 'Science, Technology & Car Chat' started by Wingszs, Oct 4, 2009.

  1. Wingszs

    Wingszs Well-Known Member

    49
    31
    0
    Hi Guyz is there any program that can automaticaly open a program at a certain time and close the program at a certain time ?
     
  2. kontradictions

    kontradictions Well-Known Member

    What operating system are you using?
     
  3. dragong87

    dragong87 Well-Known Member

    853
    68
    0
    i think windows task scheduler can...?
     
  4. Wingszs

    Wingszs Well-Known Member

    49
    31
    0
    Window XP service pack 2


    Nah i've tried it... doest work ... don't know what's the reason is.

    Any program can do the job?
     
  5. Phantoman

    Phantoman Well-Known Member

    889
    270
    6

    The Windows Task Scheduler should work, I am using just that to start and stop a Windows Service. One batch file to issue a start command to the Windows Service and another one to stop it.

    So what's the problem you are seeing with Windows Task Scheduler ? I assume you are talking about an executable (.exe), so how do you want to stop it ? By killing the process ? For executables I have used SRVANY in the past, it's a bit old, but it still works on XP if you can still find it on the Internet. You can then start and stop your application as a Windows Service.
     
  6. BestOffer

    BestOffer Well-Known Member

    1,285
    288
    10
    write your own script and make it run in the task scheduler =)
     
  7. AC0110

    AC0110 Let the Fun Begin

    3,913
    377
    52
    ^
    If he can write his own script, I don't think he'll be asking