Alternative for Windows Task Scheduler [closed]

杀马特。学长 韩版系。学妹 提交于 2019-11-30 07:45:14
Joey

Just some corrections on your claims regarding the Windows Task Scheduler.

  • can run tasks every minute/hour

Every hour:


(source: hypftier.de)

or minute:


(source: hypftier.de)

  • runs on Linux and Windows

Ok, you get that probably only with cron. But Windows and Linux are different enough to warrant OS-specific stuff anyway, so why bother burdening Windows users with yet another scheduler? (There are already too many out there as nearly every single application that needs something scheduled includes its own ...)

Same for an arbitrary non-cron scheduler for Linux, though, just for both platforms, then.

  • 32 and 64 bit versions

The Windows Task Scheduler runs as a service, bittiness is kinda a no-issue there as it only starts other processes which couldn't care less about whether their spawner was 32 or 64 bit. However, it's available in 64 and 32 bit.

  • GUI interface

Enough GUI?


(source: hypftier.de)


(source: hypftier.de)


(source: hypftier.de)


(source: hypftier.de)


(source: hypftier.de)

  • free

Included in every Windows installation. Should suffice, I'd say.

Cron supports Cron files, so does Cron for Windows!

http://cronw.sourceforge.net/

Windows only: Freeware utility Z-Cron replaces the Windows task scheduler with a more robust, cron-like alternative (but with a graphical interface). Z-Cron ships with a long set of useful actions you can automate, like sending an email, copying a folder, deleting files, emptying the trash, and way more, which makes writing batch files to do these things for you effectively obsolete. Z-Cron is a free download for Windows only.

Z-Cron

It amazes me how everyone keeps yelling "Alternatives!" on windows programs/functions even when they don't know the first things about using them. The task scheduler DOES work in XP/Vista/Seven (on cared-for systems of course, not those infested with malware, errors and resident bloatware), and it does a pretty good job too. For instance hourly scheduling is even available in XP together with lots of other options available through gui as well as batch commands.

We use Automate from www.networkautomation.com . We actually really like it, but we're a version old and the new version is expensive (like $1,800). It has a fantastic feature set - we've not found anything it can't do. But we're looking for something else since it's so expensive.

"Windows only: Freeware utility Z-Cron replaces the Windows task scheduler with a more robust, cron-like alternative (but with a graphical interface)...."

Z-Cron is NOT free! It is a 14-30 day trial. Here on Earth we call that shareware. I don't know where that company gets off calling it "freeware."

It looked like a cool program though.

Hudson

  • supports cron-like scheduling (5 * * * *)
  • runs arbitrary processes
  • has a web-based interface
  • free and open-source (MIT)
  • written in Java and runs on Linux or Windows
  • haven't tested with 64-bit, but Hudson doesn't depend on native libraries so there's a high chance it will just work
  • may take up a larger memory footprint than you're used to
  • status reports for failed tasks available, with console output
  • easy installation

Unless Mel wants to use Z-Cron for commercial purposes, he is wrong about the cost. From the Z-Cron download page:

The free programs offered here are freeware for personal use, i.e. they can only be used by private individuals free of charge.

I am using Z-Cron to execute a desktop shortcut at the same time each day. Windows 7 task scheduler would not work for the same task. That's a vote for Z-Cron in my book.

JAMS can easily handle this sort of thing - www.JAMSScheduler.com but like Automate, it ain't cheap. I do know there is a free Developer's Edition that a bunch of our developers use. We only use the product on one server but I know it cost a decent chunk.

Windows task scheduler is great....... except when it loses its cookies and forgets all the credentials for your tasks. It has had this issue for years, there have been hotfixes for NT and beyond, but the issue is still there circa Server 2003 R2. I have no idea if it is finally corrected in newer versions, but it has lasted far too long.

Unacceptable.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!