Quote:
Originally Posted by CRussel
The most common cause for this is that you have Calibre set to notify you if there are updates. This causes a window to pop up, to tell you that there's a new update. But Task Scheduler doesn't have an interface to the console, so it's stuck in never-never land.
Disable any automatic notifications in Calibre and it should go away.
Or schedule a task to run some time AFTER the Calibre task is done, and use this command as the task:
Code:
powershell.exe -noexit -noprofile -windowstyle hidden -command Stop-Process -name calibre
That should kill off the Calibre process for you. And since you said this was on Windows 7, you already have PowerShell there and enabled, so that shouldn't be an issue.
|
OK, I've gone the Powershell route and scheduled a daily run of the powershell ap with arguments listed above to run 30 mins after Calibre...let's see if that works. Will report back in a couple of days....meanwhile thanks!
(Am surprised there is no simpler way to do this in calibre...how does everyone else get their news delivered regularly?)