R ron Aug 27, 2003 #1 I know how to start a program in scheduled tasks, but can you stop a program, and then restart it? A reboot of a program only?
I know how to start a program in scheduled tasks, but can you stop a program, and then restart it? A reboot of a program only?
P Pegasus \(MVP\) Aug 27, 2003 #2 You can use kill.exe to stop any program. To restart it, you just invoke it. This batch file will kill & restart Excel: @echo off c:\tools\kill Excel "c:\program files\microsoft office\office\excel.exe" kill.exe comes with the Win2000 Resource Kit.
You can use kill.exe to stop any program. To restart it, you just invoke it. This batch file will kill & restart Excel: @echo off c:\tools\kill Excel "c:\program files\microsoft office\office\excel.exe" kill.exe comes with the Win2000 Resource Kit.
P Paul Dietrich Aug 27, 2003 #3 I know how to start a program in scheduled tasks, but can you stop a program, and then restart it? A reboot of a program only? Click to expand... http://sysinternals.com/ntw2k/freeware/pstools.shtml Look at pskill, and psexec hth
I know how to start a program in scheduled tasks, but can you stop a program, and then restart it? A reboot of a program only? Click to expand... http://sysinternals.com/ntw2k/freeware/pstools.shtml Look at pskill, and psexec hth