简体   繁体   English

在Windows 7桌面上自动运行任务

[英]Running Tasks Automatically on Windows 7 Desktop

I have a CSV that my computer downloads every 15 minutes automatically. 我有一个CSV,我的计算机每15分钟自动下载一次。 I then want to automatically upload this CSV to my Google Docs account using their API. 然后,我想使用他们的API自动将此CSV上传到我的Google文档帐户。

I figure I can write a simple VBScript that pulls the CSV file from it's location and POSTs to the Google Docs API but my question is how do I set the script to run every 15 minutes in the Windows 7 environment. 我认为我可以编写一个简单的VBScript,将CSV文件从其位置拉出,然后将POST拖放到Google Docs API,但我的问题是如何设置脚本在Windows 7环境中每15分钟运行一次。

Thanks for your help! 谢谢你的帮助!

Simple: the Windows task scheduler. 简单:Windows任务计划程序。 Link 链接

EDIT: Eh, probably a poor link. 编辑:嗯,可能是一个糟糕的链接。 This is more specific. 更具体。 You can also do it from the command line with the at command. 您也可以使用at命令从命令行执行此操作。

The problem with the script that it has poor monitor service. 脚本的问题在于它的监视服务不佳。 If you will write a windows service it can be resumed and logged automatically. 如果您要编写Windows服务,则可以自动恢复并记录该服务。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在Windows 10桌面上的特定时间之间获取计划任务 - Getting Scheduled Tasks Between Specific Times On Windows 10 Desktop 在Windows计算机上自动最小化桌面应用程序窗口(或重置优先级) - Automatically minimize desktop app window (or reset priority) on Windows machine 是否可以使用 windows rdp 自动运行脚本 - Is it possible to use windows rdp to automatically running scripts Windows 8-从文件夹运行.bat文件-计划任务 - Windows 8 - Running .bat files from folder - Scheduled tasks .NET平台的Mule Anypoint Gateway在Windows 7 Professional桌面中未作为服务运行 - Mule Anypoint Gateway for .NET platform not running as a service in windows 7 professional desktop 防止Windows工作站(桌面)在运行WPF程序时锁定 - Prevent Windows workstation (desktop) from locking while running a WPF program 使用C#检测Windows 7上正在运行的桌面小工具 - Detecting which desktop gadgets are running on Windows 7 using C# 使用计划的任务时,Windows 2003不会将cmd打开为“与桌面交互” - windows 2003 doesn't open cmd as “interact with desktop” when using scheduled tasks 自动更新桌面应用 - automatically update desktop app Windows 7到Windows 8的预定任务 - scheduled tasks windows 7 to windows 8
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM