A Microsoft file hosting and synchronization service.
Batch file idea seems good, but implementation is not quite.
I suggest the following batch file which should work -
@echo off
cd %userprofile%\AppData\Local\Microsoft\OneDrive
OneDrive.exe /background /sync
exit