I am writing a C++ program (MFC) that is to automatically transfer file between a desktop and a tablet. However, the tablet I am using is recognized as an MTP device and is not assigned a drive letter; therefore I’m unable to access the internal folder from C++ (unless there is a way, but I couldn’t find one).
Is there a way to run adb through C++ to automate the file transfer. Or maybe through a VB Script?
I’m just trying to find anyway to transfer the files automatically.
Thanks,
adb pushis an obvious way, running adb fromsystem()or::CreateProcess().