I'm a beginner designing automatizing tasks. I have 2 scripts in C# .These scripts generate two XML docs which are connected and synchronized with two native lists in a SharePoint Portal through Layer2.
I tested this architecture-flow locally from-in my PC and it works but what I want to do is automatize the execution and fix a remote storage for this flow-scripts and the resultant XMLs files. I want to fix a "task" which execute and save hourly this scripts in-from a external path (not locally in my PC) in order to keep updated the info (XML docs) in SharePoint without human intervention.
I tried to find info but I still a bit lost. I don't know what platforms or resources let me do this :batch processing , Power Shell , VS Timer Tasks , Cloud like Sky Drive... Could someone point me in the right direction?