如何将 .exe 安装为 cron 作业或计划任务? C#
我有一个小程序,我想将其转换为可安装的 windows.form。它需要作为 cron 作业/计划任务自动运行。我怎样才能做到这一点?
C#
I have a small program that I would like to turn into an installable windows.form. It needs to automatically be run as a cron job/scheduled task. How can I do this?
C#
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将其设置为 Windows 服务,或者使用
at
命令将其作为计划任务运行。http://support.microsoft.com/kb/313565
You can either have it setup as a Windows Service or the
at
command can run it as a scheduled task.http://support.microsoft.com/kb/313565