I want to write a simple script that moves all files from MTP://devicename/path to a local folder.
Any suggestions on how to get started?
I want to write a simple script that moves all files from MTP://devicename/path to a local folder.
Any suggestions on how to get started?
Try a simple command, e.g.
Copy MOVE FILE="MTP://devicename/path\*" TO="D:\a local folder"
Flawless! Worked perfectly. Thanks a ton!