如何在Windows中将Web服务设置为计划任务
我正在用 C# 编写一个控制台应用程序。如何将控制台应用程序设置为 Windows 中的计划任务运行?
I am writing a console application in c#. How can I set the console application to run as a scheduled task in windows?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是如何在 Windows 7 中计划任务。控制台应用程序的 .exe 中的任务。
Here's how you schedule a task in Windows 7. You point the task at the .exe of your console application.