简体   繁体   中英

Running Tasks Automatically on Windows 7 Desktop

I have a CSV that my computer downloads every 15 minutes automatically. I then want to automatically upload this CSV to my Google Docs account using their API.

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.

Thanks for your help!

Simple: the Windows task scheduler. Link

EDIT: Eh, probably a poor link. This is more specific. You can also do it from the command line with the at command.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM