Networking Forums

Networking Forums > Network Hardware > Home Networking > Software to start and stop programs in windows?

Reply
Thread Tools Display Modes

Software to start and stop programs in windows?

 
 
Steve
Guest
Posts: n/a

 
      04-12-2007, 03:36 PM
I know this is not really the group to post this query in, but I hope
someone may be able to help me in here?

I am looking for software that will start and stop programs in windows XP at
scheduled times. I know the built in Task Scheduler will do this, but it
has some problems that stop it working for me 100 percent.. One of them
being that if a program is started manually, then task scheduler wont stop
it at the next scheduled stop time.

I am looking for something that will start and stop running programs,
regardless of who started them and when. If they are scheduled to start at
a specified tme then that is when they should start, if they are scheduled
to stop at a particulr time, then thats when they should stop. The built in
task scheduler in windows doesn't work like this and relies upon the program
being started by task scheduler in order for it to be stopped by it.

Any suggestions anyone?

Thanks



 
Reply With Quote
 
 
 
 
Rob Morley
Guest
Posts: n/a

 
      04-12-2007, 06:32 PM
In article <(E-Mail Removed)>, Steve
(E-Mail Removed) says...
> I know this is not really the group to post this query in, but I hope
> someone may be able to help me in here?
>
> I am looking for software that will start and stop programs in windows XP at
> scheduled times. I know the built in Task Scheduler will do this, but it
> has some problems that stop it working for me 100 percent.. One of them
> being that if a program is started manually, then task scheduler wont stop
> it at the next scheduled stop time.
>
> I am looking for something that will start and stop running programs,
> regardless of who started them and when. If they are scheduled to start at
> a specified tme then that is when they should start, if they are scheduled
> to stop at a particulr time, then thats when they should stop. The built in
> task scheduler in windows doesn't work like this and relies upon the program
> being started by task scheduler in order for it to be stopped by it.
>
> Any suggestions anyone?
>

You can use the Windows Management Instrumentation Command-line to kill
processes by name, e.g.

wmic process where name='sol.exe' call terminate

will close your solitaire game.
 
Reply With Quote
 
Steve
Guest
Posts: n/a

 
      04-15-2007, 07:25 PM

"Rob Morley" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) t...
> In article <(E-Mail Removed)>, Steve
> (E-Mail Removed) says...


> You can use the Windows Management Instrumentation Command-line to kill
> processes by name, e.g.
>
> wmic process where name='sol.exe' call terminate
>
> will close your solitaire game.


Thanks Rob, but I was thinking more along the lines of a Windows XP based
program that could maybe start and end programs.

Steve


 
Reply With Quote
 
Chris Davies
Guest
Posts: n/a

 
      04-16-2007, 09:54 AM
Steve <(E-Mail Removed)> wrote:
> Thanks Rob, but I was thinking more along the lines of a Windows XP based
> program that could maybe start and end programs.


Use task scheduler to start them and wmic to stop them (under task
scheduler control).

Chris
 
Reply With Quote
 
Rob Morley
Guest
Posts: n/a

 
      04-16-2007, 11:57 AM
In article <(E-Mail Removed)>, Steve
(E-Mail Removed) says...
>
> "Rob Morley" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed) t...
> > In article <(E-Mail Removed)>, Steve
> > (E-Mail Removed) says...

>
> > You can use the Windows Management Instrumentation Command-line to kill
> > processes by name, e.g.
> >
> > wmic process where name='sol.exe' call terminate
> >
> > will close your solitaire game.

>
> Thanks Rob, but I was thinking more along the lines of a Windows XP based
> program that could maybe start and end programs.
>

WMIC /is/ Windows XP based - it's part of the standard installation.
Just stick the command in a batch file and call it from Task Scheduler.
Run applications normally from Task Scheduler, or stick them in a batch
file and call that from Task Scheduler.
If you want something that runs without using Task Scheduler you could
try CRONw - CRON for Windows.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to start or stop services Ralph Scharping Windows Networking 2 11-08-2005 06:53 PM
Automatic start to linked pc. How do I stop this? Blair Malcolm Windows Networking 4 05-08-2004 09:32 PM
How do I stop the log in screne appearing everytime I start....? Charles Windows Networking 1 04-05-2004 02:31 AM
Re: stop start wireless network????? David Morton Home Networking 0 07-17-2003 08:57 AM
You cannot start or stop the network Amelie Godfrey Windows Networking 0 07-12-2003 10:04 PM



1 2 3 4 5 6 7 8 9 10 11