Jump to content

Automated Task


Rajiv

Recommended Posts

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

×
×
  • Create New...