質問

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top