Launch Game on Android from Editor with C++

I am trying to sync save game data file between my PC and my android device by USB cable to send game settings from my custom control panel editor widget to mobile.
My idea is create C++ code (but I newbie in C++…) that will:

  1. transfer save game data file to phone
  2. launch game (as button on bar do it)
    So by this way I will be able to run the game on android device by one click with actual preferences from editor

But I can’t find way to launch game on android from pc with Python, C++ or even windows command line
Please help