Question

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!

Was it helpful?

Solution

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.

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top