Jump to content

Recommended Posts

Posted

OK, I am trying to acheive this Run a automated Task which would close SKYPE application on PC and then open it right after, everyday Is it possible?

Posted
No' date=' that didnt work[/quote'] you can write a batch script to close the program and run it again after few seconds or minutes and then setup the task scheduler to run the batch script at the specific time.
Posted
you can write a batch script to close the program and run it again after few seconds or minutes and then setup the task scheduler to run the batch script at the specific time.
..and that is the problem
Posted

open notepad, type in the following code and save it as restartskype.bat

taskkill /IM skype.exe /f /t
START "" "C:skype.exe" 

In Vista, Start -> Control Panel -> Administrative Tools -> Task Scheduler -> Create Basic Task -> Type name/description of your task -> set the days -> set the time -> action: start a program -> browse restartskype.bat -> finish * I haven't tested the batch script since I am not on Windows.

Posted
oki thanks....but what does ps stand for?:dontknow:
ps, awk are unix commands, where ps displays the running processes/applications.
Posted
oki thanks....but what does ps stand for?:dontknow:
nothing.. jsut a short form.. there are loads of such ones in unix ls = list ps = processes
×
×
  • Create New...